Skip to content

Commit

Permalink
chg: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 13, 2024
1 parent dcc0097 commit 474c4ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bor/client/grpc/grpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ func TestToBlockNumArg(t *testing.T) {
input: big.NewInt(-1234567890),
expected: "<invalid -1234567890>",
},
{
name: "Large number",
input: big.NewInt(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999),
expected: "<invalid 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999>",
},
}

for _, tt := range tests {

Check failure on line 43 in bor/client/grpc/grpc_util_test.go

View workflow job for this annotation

GitHub Actions / lint

Range statement for test TestToBlockNumArg missing the call to method parallel in test Run (paralleltest)
Expand Down

0 comments on commit 474c4ad

Please sign in to comment.