Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Duboc <[email protected]>
  • Loading branch information
sabiwara and gldubc authored Jan 23, 2025
1 parent ec96574 commit 55ae816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/test/elixir/module/types/descr_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ defmodule Module.Types.DescrTest do
# assert union(
# closed_map(a: term(), b: tuple([term(), term()])),
# closed_map(a: float(), b: tuple([atom(), binary()]))
# ) == closed_map(a: term(), b: term())
# ) == closed_map(a: term(), b: tuple([term(), term()])),
end
end

Expand Down

0 comments on commit 55ae816

Please sign in to comment.