Skip to content

Commit b372e5d

Browse files
committed
fix test
1 parent 78a59f1 commit b372e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seth/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestRPCHealthCheckEnabled_Node_Unhealthy(t *testing.T) {
4040

4141
_, err = seth.NewClientWithConfig(cfg)
4242
require.Error(t, err, "expected error when connecting to unhealthy node")
43-
require.Contains(t, err.Error(), "RPC health check failed: failed to send transaction to network: insufficient funds for gas * price + value:", "expected error message when connecting to dead node")
43+
require.Contains(t, err.Error(), "RPC health check failed: failed to send transaction to network: insufficient funds for gas * price + value", "expected error message when connecting to dead node")
4444
}
4545

4646
func TestRPCHealthCheckDisabled_Node_Unhealthy(t *testing.T) {

0 commit comments

Comments
 (0)