Skip to content

Commit

Permalink
Revert back test/blanks_test.exs to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
imahmedismail committed Nov 10, 2023
1 parent edf50fd commit ca3e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blanks_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule BlanksTest do
end

test "multiple arguments" do
ast = quote do: assert true == false
ast = quote do: assert ___ == ___

assert Blanks.replace(ast, [true, false]) == quote(do: assert(true == false))
end
Expand Down

0 comments on commit ca3e758

Please sign in to comment.