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 a34ccfe commit b578f45Copy full SHA for b578f45
lib/iex/test/iex/helpers_test.exs
@@ -61,8 +61,8 @@ defmodule IEx.HelpersTest do
61
= capture_io(fn -> t Enum.t end)
62
assert capture_io(fn -> t Enum.t end) == capture_io(fn -> t Enum.t/0 end)
63
64
- assert "@opaque t()\n" = capture_io(fn -> t Regex.t end)
65
- assert capture_io(fn -> t Regex.t end) == capture_io(fn -> t Regex.t/0 end)
+ assert "@opaque t()\n" = capture_io(fn -> t HashDict.t end)
+ assert capture_io(fn -> t HashDict.t end) == capture_io(fn -> t HashDict.t/0 end)
66
end
67
68
test "s helper" do
0 commit comments