Skip to content

Commit 511ddce

Browse files
nbbeekendariakp
andauthored
suggestion(daria): fixed!
Co-authored-by: Daria Pardue <[email protected]>
1 parent 1643501 commit 511ddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ describe('driver utils', function () {
762762
expect(await result.catch(e => e)).to.have.property('message', 'ah!');
763763
});
764764

765-
it('should return void event if a custom promise is set and a callback is provided', async () => {
765+
it('should return void even if a custom promise is set and a callback is provided', async () => {
766766
const superPromiseSuccess = Promise.resolve(2);
767767
const result = maybeCallback(
768768
() => superPromiseSuccess,

0 commit comments

Comments
 (0)