Skip to content

Commit 1e997cb

Browse files
committed
Change test to expected pass. Refs #65
1 parent 6232328 commit 1e997cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/elixir-mode-indentation-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ defmodule FooBar do
125125
end
126126
end")
127127

128-
(elixir-def-indentation-test indents-do-blocks-with-space-after-inline (:expected-result :failed)
128+
(elixir-def-indentation-test indents-do-blocks-with-space-after-inline ()
129129
"defmodule Foo do
130130
def foobar do
131131
if true, do: IO.puts \"yay\"

0 commit comments

Comments
 (0)