Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
daite committed Jul 20, 2024
1 parent a898999 commit 954b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torrentj_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestGetDataFuncForTorrenJ(t *testing.T) {
}
}
func TestGetMagnetFuncForTorrentJ(t *testing.T) {
f, err := os.Open("../../resources/torrentj_bbs.html")
f, err := os.Open("../resources/torrentj_bbs.html")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 954b7ae

Please sign in to comment.