From 8bc08469caf56c68592275a0794a875af2bf8172 Mon Sep 17 00:00:00 2001 From: Data Dius <16731794+datadius@users.noreply.github.com> Date: Wed, 1 May 2024 14:03:01 +0200 Subject: [PATCH] path to test file to get stats --- tests/basic_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic_test.go b/tests/basic_test.go index 09f5651..f3499a1 100644 --- a/tests/basic_test.go +++ b/tests/basic_test.go @@ -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) }