We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd62ce commit 5949badCopy full SHA for 5949bad
1 file changed
lib/elixir/test/elixir/module/types/descr_test.exs
@@ -3112,7 +3112,7 @@ defmodule Module.Types.DescrTest do
3112
"%{..., Foo.Bar => float()}"
3113
3114
assert difference(open_map(), open_map(a: term())) |> to_quoted_string() ==
3115
- "map() and not %{..., a: term()}"
+ "%{..., a: not_set()}"
3116
3117
assert closed_map(a: integer(), b: atom()) |> to_quoted_string() ==
3118
"%{a: integer(), b: atom()}"
0 commit comments