Skip to content

Commit 10f40de

Browse files
committed
Fix tests
1 parent 6d14ddf commit 10f40de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ defmodule Module.Types.ExprTest do
570570
)
571571
) == dynamic(open_map())
572572

573-
# The goal of this test is to verufy we assert keys,
573+
# The goal of this test is to verify we assert keys,
574574
# even if they may be overridden later.
575575
assert typeerror!(
576576
[key],
@@ -590,13 +590,13 @@ defmodule Module.Types.ExprTest do
590590
where "key" was given the type:
591591
592592
# type: dynamic()
593-
# from: types_test.ex:538
593+
# from: types_test.ex:LINE-5
594594
key
595595
596596
where "x" was given the type:
597597
598598
# type: %{key: :value}
599-
# from: types_test.ex:540
599+
# from: types_test.ex:LINE-3
600600
x = %{key: :value}
601601
"""
602602
end

0 commit comments

Comments
 (0)