Skip to content

Commit

Permalink
state: minor refactor
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Mena <[email protected]>
  • Loading branch information
Raneet10 and sergio-mena authored Feb 8, 2024
1 parent 7dd6ddb commit 918b8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/indexer/block/kv/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ func TestBigInt(t *testing.T) {
results: []int64{1},
},
"query matches fields with big int and height - no match": {

q: query.MustCompile("end_event.foo = " + bigInt + " AND end_event.bar = 500 AND block.height = 2"),
results: []int64{},
},
Expand Down

0 comments on commit 918b8d8

Please sign in to comment.