Skip to content

Commit bcd1ca6

Browse files
author
José Valim
committed
Fix system_info test
Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
1 parent 2199d0c commit bcd1ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/test/iex/helpers_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule IEx.HelpersTest do
1616
end
1717

1818
test "system_info() helper" do
19-
assert "## System and architecture" <> _ =
19+
assert "\n## System and architecture" <> _ =
2020
capture_io(fn -> system_info() end)
2121
end
2222

0 commit comments

Comments
 (0)