Skip to content

Commit cd49b52

Browse files
committed
Fix tests
1 parent 685353b commit cd49b52

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
@@ -527,7 +527,7 @@ defmodule Module.Types.ExprTest do
527527
)
528528
) == dynamic(open_map())
529529

530-
# The goal of this test is to verufy we assert keys,
530+
# The goal of this test is to verify we assert keys,
531531
# even if they may be overridden later.
532532
assert typeerror!(
533533
[key],
@@ -547,13 +547,13 @@ defmodule Module.Types.ExprTest do
547547
where "key" was given the type:
548548
549549
# type: dynamic()
550-
# from: types_test.ex:538
550+
# from: types_test.ex:LINE-5
551551
key
552552
553553
where "x" was given the type:
554554
555555
# type: %{key: :value}
556-
# from: types_test.ex:540
556+
# from: types_test.ex:LINE-3
557557
x = %{key: :value}
558558
"""
559559
end

0 commit comments

Comments
 (0)