Skip to content

Commit

Permalink
Update test case to reference the correct Takeout directory for Googl…
Browse files Browse the repository at this point in the history
…e Photos archive (#621)
  • Loading branch information
simulot authored Jan 11, 2025
1 parent cd2d04e commit 0d2ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/e2eTests/archive/e2e_archive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestArchiveFromGooglePhotos(t *testing.T) {
c.SetArgs([]string{
"archive", "from-google-photos",
"--write-to-folder=" + tmpDir,
e2e.MyEnv("IMMICHGO_TESTFILES") + "/demo takeout/Takeout.zip",
e2e.MyEnv("IMMICHGO_TESTFILES") + "/demo takeout/Takeout",
})

// let's start
Expand Down

0 comments on commit 0d2ea3e

Please sign in to comment.