Skip to content

Commit 605411c

Browse files
committed
Fix test flake.
1 parent 88a87ce commit 605411c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/dialyxir/plt_test.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ defmodule Dialyxir.PltTest do
1616
assert Plt.check(plts, &absname_plt/4) == :ok
1717
end
1818

19-
assert capture_io(fun) ==
20-
"==> dialyxir\n" <>
21-
"Looking up modules in dialyxir_erlang-20.3.plt\n" <>
19+
assert capture_io(fun) =~
20+
"Looking up modules in dialyxir_erlang-20.3.plt\n" <>
2221
"Looking up modules in dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
2322
"/var/dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
2423
"/var/dialyxir_erlang-20.3.plt\n"

0 commit comments

Comments
 (0)