aboutsummaryrefslogtreecommitdiff
path: root/meta/torrent_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'meta/torrent_test.go')
-rw-r--r--meta/torrent_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/torrent_test.go b/meta/torrent_test.go
index ac54b95..f03142f 100644
--- a/meta/torrent_test.go
+++ b/meta/torrent_test.go
@@ -52,7 +52,7 @@ func TestReadAt(t *testing.T) {
t.Log(err)
}
if n != len(buf) {
- t.Error("expected", len(buf), "got", n)
+ t.Error("want", len(buf), "got", n)
}
//t.Logf("% x\n", buf)
}