aboutsummaryrefslogtreecommitdiff
path: root/bencode/bencode_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bencode/bencode_test.go')
-rw-r--r--bencode/bencode_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/bencode/bencode_test.go b/bencode/bencode_test.go
index 8fb6856..8ef71fa 100644
--- a/bencode/bencode_test.go
+++ b/bencode/bencode_test.go
@@ -90,8 +90,7 @@ func TestUnmarshalPartial(t *testing.T) {
for _, tc := range testCase {
t.Log("Testing", tc.Torrent)
var tor = struct {
- Announce string `bencode:"announce"`
- //Announce string
+ Announce string // `bencode:"announce"`
}{}
body, err := ioutil.ReadFile(tc.Torrent)
if err != nil {