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 69d2315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/dialyxir/plt_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ defmodule Dialyxir.PltTest do
assert Plt.check(plts, &absname_plt/4) == :ok
end

assert capture_io(fun) ==
"==> dialyxir\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" <>
Expand Down

0 comments on commit 69d2315

Please sign in to comment.