Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 11, 2024
1 parent fc3783a commit a656df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/retryable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestRetryableNoExist(t *testing.T) {
}
}

func TestEstimateRetryableTicketWithNoFundsAndZeroGas(t *testing.T) {
func TestEstimateRetryableTicketWithNoFundsAndZeroGasPrice(t *testing.T) {
t.Parallel()
builder, _, _, ctx, teardown := retryableSetup(t)
defer teardown()
Expand Down

0 comments on commit a656df4

Please sign in to comment.