Skip to content

Commit f77a3bb

Browse files
committed
test: fix description
1 parent 57347e2 commit f77a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe('isTopicInBloom', () => {
258258
).toEqual(false);
259259
});
260260

261-
it('should return true if topic is not in bloom', () => {
261+
it('should return true if topic is in bloom', () => {
262262
expect(
263263
isTopicInBloom(
264264
"0x00000000000000000000008000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000044000200000000000000000002000000000000000000000040000000000000000000000000000020000000000000000000800000000000800000000000800000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000808002000000000400000000000000000000000060000000000000000000000000000000000000000000000100000000000002000000",

0 commit comments

Comments
 (0)