From 998d85ba50e25da21762a631f1a733e5b9233ddc Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 8 Dec 2014 21:59:01 -0600 Subject: [PATCH] :) --- client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client_test.go b/client_test.go index d5ba379d..89134328 100644 --- a/client_test.go +++ b/client_test.go @@ -61,6 +61,7 @@ func TestTorrentInitialState(t *testing.T) { 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) }