Skip to content

Commit 9ab8b44

Browse files
committed
Add setup and setup_all
1 parent ad8ab30 commit 9ab8b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elixir_script/integration_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ElixirScript.Integration.Test do
66
end
77

88
test "Something" do
9-
assert {:ok, 2} = {:ok, 1}
9+
assert {:ok, _} = {:ok, 1}
1010
end
1111

1212
test "Atom.to_string" do

0 commit comments

Comments
 (0)