Skip to content

Commit 7b4c802

Browse files
committed
Fix docs
1 parent b294ea7 commit 7b4c802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/case.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ defmodule ExUnit.Case do
276276
test "with io", %{capture_io: io} do
277277
IO.puts("Hello, World!")
278278
279-
assert StringIO.flush(io) == "Hello, World!\n"
279+
assert StringIO.flush(io) == "Hello, World!\\n"
280280
end
281281
end
282282

0 commit comments

Comments
 (0)