aboutsummaryrefslogtreecommitdiff
path: root/meta/torrent_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-12-15 15:18:57 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-12-15 15:18:57 +0100
commit38481fb37982cf7cacf11ce020a7196d43e72b53 (patch)
tree2223d8f89796f337709c0161a4c83e291dc45d20 /meta/torrent_test.go
parent81e7caf22e5f295f5d4ed84595f3e046139febbe (diff)
unmarshal arrays
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)
}