typo fix
[gitmo/MooseX-Types-Structured.git] / t / bug-is-subtype.t
index 996cb0c..f3a24d6 100644 (file)
@@ -71,7 +71,7 @@ ok(
 
 ok(
   !moosex::types::structured::bug_is_subtype::ThingType
-    ->equal(undef),
+    ->equals(undef),
   'is not a subtype',
 );
 
@@ -81,5 +81,4 @@ ok(
   'is not a subtype',
 );
 
-
 done_testing;