Skip to content

Commit

Permalink
minitest 6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Mar 22, 2018
1 parent 291f76e commit 648c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_uuid_captures
end

def test_uuid_no_match
assert_equal( nil, Torid::UUID::REGEX.match( "foo" ))
assert_nil(Torid::UUID::REGEX.match( "foo" ))
end

def test_uuid_match_case_insensitive
Expand Down

0 comments on commit 648c62e

Please sign in to comment.