Skip to content

Commit 42e4a15

Browse files
committed
negate
1 parent 101342b commit 42e4a15

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
@@ -2600,7 +2600,7 @@ defmodule Module.Types.DescrTest do
26002600
range =
26012601
closed_map(__struct__: atom([Range]), first: integer(), last: integer(), step: integer())
26022602

2603-
assert empty?(difference(range, Enum.reduce(entries, &union/2)))
2603+
refute empty?(difference(range, Enum.reduce(entries, &union/2)))
26042604
end
26052605
end
26062606
end

0 commit comments

Comments
 (0)