Skip to content

Commit 8bdd041

Browse files
committed
Add missing exclamation mark
1 parent 8f264f3 commit 8bdd041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ defmodule Module.Types.ExprTest do
19711971
)
19721972
) == dynamic()
19731973

1974-
assert typedyn(
1974+
assert typedyn!(
19751975
[x],
19761976
(
19771977
case x do

0 commit comments

Comments
 (0)