Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Nov 12, 2023
1 parent 19015ab commit 4a8592e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/style/blocks_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,15 @@ defmodule Styler.Style.BlocksTest do
assert_style(
"""
with :ok <- b(), :ok <- b() do
weeee()
:ok
else
:what -> :what
end
""",
"""
with :ok <- b(), :ok <- b() do
weeee()
:ok
end
"""
Expand Down

0 comments on commit 4a8592e

Please sign in to comment.