Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanc committed Feb 13, 2025
1 parent 510b724 commit 60a528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thegraph/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func TestIndexedChainState_GetIndexedOperatorInfoByOperatorId(t *testing.T) {
1: 1,
2: 1,
})
chainState.On("GetCurrentBlockNumber", context.Background()).Return(uint(1), nil)
chainState.On("GetCurrentBlockNumber").Return(uint(1), nil)

state, err := chainState.GetOperatorState(context.Background(), 1, quorums)
assert.NoError(t, err)
Expand Down

0 comments on commit 60a528b

Please sign in to comment.