From 648c62e4bff9a99b390c43d765c20971fc808152 Mon Sep 17 00:00:00 2001 From: copiousfreetime Date: Thu, 22 Mar 2018 16:08:00 -0600 Subject: [PATCH] minitest 6 update --- test/test_uuid.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_uuid.rb b/test/test_uuid.rb index 8dc37ce..0f241ef 100644 --- a/test/test_uuid.rb +++ b/test/test_uuid.rb @@ -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