Skip to content

Commit e2f520b

Browse files
committed
address CR
1 parent dad4628 commit e2f520b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/mocha/asyncWrapper_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ describe('AsyncWrapper', () => {
3535
let counter = 0
3636
test.fn = () => {
3737
recorder.add('test', async () => {
38-
await counter++
39-
await counter++
40-
await counter++
38+
counter++
39+
counter++
40+
counter++
4141
counter++
4242
})
4343
}

0 commit comments

Comments
 (0)