Skip to content

Commit 523da7c

Browse files
Lint
1 parent 665ca2b commit 523da7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/test/helpers/EventAccumulator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const EventAccumulatorFactory = {
3434
if (count > maxCount) {
3535
throw new Error('Received more events than expected');
3636
}
37-
return count == maxCount;
37+
return count === maxCount;
3838
};
3939
const ea = new EventAccumulator(condition);
4040
ea.onReset(() => {

0 commit comments

Comments
 (0)