Skip to content

Commit 1110a95

Browse files
committed
Fix test assertion
1 parent 5f608c4 commit 1110a95

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
@@ -1528,7 +1528,7 @@ defmodule Module.Types.DescrTest do
15281528
{:ok, non_empty_list(tuple([atom([:a]), integer()]))}
15291529

15301530
assert map_to_list(closed_map(a: term())) ==
1531-
{:ok, non_empty_list(tuple([atom([:a]), integer()]))}
1531+
{:ok, non_empty_list(tuple([atom([:a]), term()]))}
15321532

15331533
assert map_to_list(closed_map(a: integer(), b: atom())) ==
15341534
{:ok,

0 commit comments

Comments
 (0)