We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8ab30 commit 9ab8b44Copy full SHA for 9ab8b44
test_elixir_script/integration_test.exs
@@ -6,7 +6,7 @@ defmodule ElixirScript.Integration.Test do
6
end
7
8
test "Something" do
9
- assert {:ok, 2} = {:ok, 1}
+ assert {:ok, _} = {:ok, 1}
10
11
12
test "Atom.to_string" do
0 commit comments