Skip to content

Commit

Permalink
path to test file to get stats
Browse files Browse the repository at this point in the history
  • Loading branch information
datadius committed May 1, 2024
1 parent 43016bf commit 8bc0846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func TestDownloadFileInfo(t *testing.T) {
t.Errorf("Got different text than expected, expected %q got, %q", expected, text)
}

fileStat, err := os.Stat("/input/Exöt1ç download file.txt.txt")
fileStat, err := os.Stat("./data/Exöt1ç download file.txt.txt")
if err != nil {
t.Errorf("Result file could not be read: %s", err)
}
Expand Down

0 comments on commit 8bc0846

Please sign in to comment.