client_test.go | 1 + diff --git a/client_test.go b/client_test.go index d5ba379dbd6926fc5da534e70e31b7b7a98e2a48..89134328d7c00dad1620d4bbea71e2cc23546396 100644 --- a/client_test.go +++ b/client_test.go @@ -61,6 +61,7 @@ if len(tor.Pieces) != 1 { t.Fatal("wrong number of pieces") } p := tor.Pieces[0] + tor.pendAllChunkSpecs(0) if len(p.PendingChunkSpecs) != 1 { t.Fatalf("should only be 1 chunk: %v", p.PendingChunkSpecs) }