Skip to content

Commit f5cf066

Browse files
committed
chore: fix blockHeight due to new json anvilstate
1 parent e9d870f commit f5cf066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/retry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ func TestBalanceAt(t *testing.T) {
789789
return
790790
}
791791
aggregator_address := common.HexToAddress("0x0")
792-
blockHeight := big.NewInt(13)
792+
blockHeight := big.NewInt(22)
793793

794794
_, err = avsWriter.BalanceAtRetryable(context.Background(), aggregator_address, blockHeight)
795795
assert.Nil(t, err)

0 commit comments

Comments
 (0)