We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a87ce commit 605411cCopy full SHA for 605411c
test/dialyxir/plt_test.exs
@@ -16,9 +16,8 @@ defmodule Dialyxir.PltTest do
16
assert Plt.check(plts, &absname_plt/4) == :ok
17
end
18
19
- assert capture_io(fun) ==
20
- "==> dialyxir\n" <>
21
- "Looking up modules in dialyxir_erlang-20.3.plt\n" <>
+ assert capture_io(fun) =~
+ "Looking up modules in dialyxir_erlang-20.3.plt\n" <>
22
"Looking up modules in dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
23
"/var/dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
24
"/var/dialyxir_erlang-20.3.plt\n"
0 commit comments