Skip to content

Commit

Permalink
ensure test works across versions
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Feb 20, 2025
1 parent d0ecf1d commit 74d6fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/style/pipes_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ defmodule Styler.Style.PipesTest do
assert_style(
"""
def halt(exec, halt_message) do
%__MODULE__{exec | halted: true}
%{exec | halted: true}
|> put_halt_message(halt_message)
end
""",
Expand Down

0 comments on commit 74d6fd2

Please sign in to comment.