Skip to content

Commit 9b51c3c

Browse files
committed
fix log
1 parent ff78ccc commit 9b51c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/retry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ func TestBalanceAt(t *testing.T) {
841841
blockNumberUint64, err := client.BlockNumber(context.Background())
842842
blockNumber := new(big.Int).SetUint64(blockNumberUint64)
843843
if err != nil {
844-
log.Fatal(err)
844+
t.Errorf("Error retrieving Anvil Block Number: %v\n", err)
845845
}
846846

847847
balance_func := chainio.BalanceAt(avsWriter, context.Background(), aggregator_address, blockNumber)

0 commit comments

Comments
 (0)