Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed Feb 3, 2025
1 parent b4dc19a commit 6a418a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible/exports_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ defmodule Plausible.ExportsTest do
end

assert {:error, :einval} =
:zip.unzip(to_charlist(Path.join(tmp_dir, "failed.zip")), cwd: tmp_dir)
:zip.unzip(to_charlist(Path.join(tmp_dir, "failed.zip")), cwd: to_charlist(tmp_dir))
end
end
end

0 comments on commit 6a418a1

Please sign in to comment.