Skip to content

Commit 43705c7

Browse files
committed
Fix unit test name
1 parent ca68d1b commit 43705c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/every_strict.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function largerOrEqualThanZeroInRandomTime(x) {
2323
);
2424
}
2525

26-
describe('asyncEvery()', () => {
26+
describe('asyncEveryStrict()', () => {
2727
it('example from README works as described', async () => {
2828
const indexes = [];
2929

0 commit comments

Comments
 (0)