From: Matt Joiner Date: Tue, 12 Jul 2016 08:09:24 +0000 (+1000) Subject: Remove duplicate seeder stat test assertions X-Git-Tag: v1.0.0~634 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=192bb829fb09713ff19c19f0b3af0d82927b0311;p=btrtrc.git Remove duplicate seeder stat test assertions --- diff --git a/client_test.go b/client_test.go index 9a75a47d..82e52f98 100644 --- a/client_test.go +++ b/client_test.go @@ -385,8 +385,6 @@ func testClientTransfer(t *testing.T, ps testClientTransferParams) { } assertReadAllGreeting(t, r) // After one read through, we can assume certain torrent statistics. - assert.EqualValues(t, 13, seederTorrent.Stats().DataBytesWritten) - assert.EqualValues(t, 8, seederTorrent.Stats().ChunksWritten) // These are not a strict requirement. It is however interesting to // follow. t.Logf("%#v", seederTorrent.Stats())