Skip to content

Commit 7b7322e

Browse files
nbbeekendariakp
andcommitted
suggestion(daria): fixed!
Co-authored-by: Daria Pardue <[email protected]>
1 parent d9b5794 commit 7b7322e

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
@@ -470,7 +470,7 @@ describe('driver utils', function () {
470470
expect(await result.catch(e => e)).to.have.property('message', 'ah!');
471471
});
472472

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

0 commit comments

Comments
 (0)