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