Skip to content

Commit

Permalink
chore: add comment to the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Dec 4, 2023
1 parent 75fa91f commit ca80a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nodebuilder/tests/blob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ func TestBlobModule(t *testing.T) {
},
},
{
name: "Submit the same blob",
// This test allows to check that the blob won't be
// deduplicated if it will be sent multiple times in
// different pfbs.
name: "Submit the same blob in different pfb",
doFn: func(t *testing.T) {
h, err := fullClient.Blob.Submit(ctx, []*blob.Blob{blobs[0]}, nil)
require.NoError(t, err)
Expand Down

0 comments on commit ca80a86

Please sign in to comment.