Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Nov 27, 2024
1 parent 5579a88 commit 2b84f21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions relay/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package relay

import (
"context"
"fmt"
"math/rand"
"testing"
"time"
Expand Down Expand Up @@ -396,9 +395,8 @@ func TestReadWriteChunks(t *testing.T) {
expectedData := make(map[v2.BlobKey][]*encoding.Frame)
fragmentInfoMap := make(map[v2.BlobKey]*encoding.FragmentInfo)

blobCount := 100 // TODO revert this to 10
blobCount := 10
for i := 0; i < blobCount; i++ {
fmt.Printf("blob %d\n", i) // TODO remove this
header, _, chunks := randomBlobChunks(t)

blobKey, err := header.BlobKey()
Expand Down

0 comments on commit 2b84f21

Please sign in to comment.