Skip to content

Commit

Permalink
assert_nil
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 26, 2024
1 parent 657507f commit b22ad44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/type_factory_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ def test_partition_union__bool_union
def test_partition_union__void
with_factory() do |factory|
factory.partition_union(factory.type(parse_type("void"))).tap do |truthy, falsy|
assert_equal nil, truthy
assert_equal nil, falsy
assert_nil nil, truthy
assert_nil nil, falsy
end
end
end
Expand Down

0 comments on commit b22ad44

Please sign in to comment.