Skip to content

Commit

Permalink
Fix test flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Aug 27, 2023
1 parent 88a87ce commit 605411c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/dialyxir/plt_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ defmodule Dialyxir.PltTest do
assert Plt.check(plts, &absname_plt/4) == :ok
end

assert capture_io(fun) ==
"==> dialyxir\n" <>
"Looking up modules in dialyxir_erlang-20.3.plt\n" <>
assert capture_io(fun) =~
"Looking up modules in dialyxir_erlang-20.3.plt\n" <>
"Looking up modules in dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
"/var/dialyxir_erlang-20.3_elixir-1.6.2_deps-dev.plt\n" <>
"/var/dialyxir_erlang-20.3.plt\n"
Expand Down

0 comments on commit 605411c

Please sign in to comment.