Skip to content

Commit 55ae816

Browse files
sabiwaragldubc
andauthored
Update test
Co-authored-by: Guillaume Duboc <[email protected]>
1 parent ec96574 commit 55ae816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/test/elixir/module/types/descr_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ defmodule Module.Types.DescrTest do
144144
# assert union(
145145
# closed_map(a: term(), b: tuple([term(), term()])),
146146
# closed_map(a: float(), b: tuple([atom(), binary()]))
147-
# ) == closed_map(a: term(), b: term())
147+
# ) == closed_map(a: term(), b: tuple([term(), term()])),
148148
end
149149
end
150150

0 commit comments

Comments
 (0)