Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Feb 13, 2025
1 parent 4d8b80e commit c22a9fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions node/grpc/server_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ func TestV2StoreChunksInputValidation(t *testing.T) {
require.NoError(t, err)

req := &validator.StoreChunksRequest{
DisperserID: 10,
}
_, err = c.server.StoreChunks(context.Background(), req)
requireErrorStatusAndMsg(t, err, codes.InvalidArgument, "disperserID is invalid")

req = &validator.StoreChunksRequest{
DisperserID: 0,
}
_, err = c.server.StoreChunks(context.Background(), req)
Expand Down

0 comments on commit c22a9fb

Please sign in to comment.