Skip to content

Commit c063a59

Browse files
committed
Fix test error
1 parent 418741e commit c063a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/credo/test/assertions.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defmodule Credo.Test.Assertions do
5353
issue
5454
|> Inspect.Algebra.to_doc(%Inspect.Opts{})
5555
|> Inspect.Algebra.format(50)
56-
|> Enum.join("")
56+
|> IO.iodata_to_binary()
5757

5858
if Credo.Test.Case.test_source_files?() do
5959
"""

0 commit comments

Comments
 (0)