Skip to content

Commit

Permalink
test(elixir): SyntaxError reported as ArgumentError You must be in th…
Browse files Browse the repository at this point in the history
  • Loading branch information
choznerol committed Nov 6, 2021
1 parent 2521f16 commit a5b2b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/platform.elixir.test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ExUnit.start
try do
Code.require_file("mail_checker.ex", "platform/elixir/")
rescue
_ -> raise ArgumentError, message: "You must be in the repository root directory in order to run the tests."
Code.LoadError -> raise ArgumentError, message: "You must be in the repository root directory in order to run the tests."
end

defmodule MailCheckerTest do
Expand Down

0 comments on commit a5b2b6d

Please sign in to comment.