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.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencode/bencode_test.go b/bencode/bencode_test.go
index 48c494d..a194fb6 100644
--- a/bencode/bencode_test.go
+++ b/bencode/bencode_test.go
@@ -50,15 +50,15 @@ var testCase = []struct {
InfoHash string
}{
{
- Torrent: "../examples/OpenBSD_5.9_amd64_install59.iso-2016-03-29-0449.torrent",
+ Torrent: "../testdata/OpenBSD_5.9_amd64_install59.iso-2016-03-29-0449.torrent",
InfoHash: "e840038dea1998c39614dcd28594501df02bd32d",
},
{
- Torrent: "../examples/OpenBSD_songs_ogg-2016-03-25-0127.torrent",
+ Torrent: "../testdata/OpenBSD_songs_ogg-2016-03-25-0127.torrent",
InfoHash: "1aa5af9f6f533961a65169bdeeb801e611724d32",
},
{
- Torrent: "../examples/debian-8.5.0-amd64-netinst.iso.torrent",
+ Torrent: "../testdata/debian-8.5.0-amd64-netinst.iso.torrent",
InfoHash: "47b9ad52c009f3bd562ffc6da40e5c55d3fb47f3",
},
}