diff --git a/test/style/blocks_test.exs b/test/style/blocks_test.exs index fd073ec2..d38b0c01 100644 --- a/test/style/blocks_test.exs +++ b/test/style/blocks_test.exs @@ -211,6 +211,8 @@ defmodule Styler.Style.BlocksTest do with {:ok, a} <- foo(), {:ok, b} <- bar(a) do {:ok, b} + else + error -> error end """, """