Skip to content

Commit

Permalink
Make our sanity checks sane
Browse files Browse the repository at this point in the history
...sigh.  What, no, that definitely wasn't a copy/paste error...
  • Loading branch information
rsrchboy committed Mar 21, 2017
1 parent 6e35552 commit 6468e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/method_ok.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Test::More;
use Test::Moose::More;

subtest sanity => sub {
has_no_method_ok TestClass => 'bar';
has_method_ok TestClass => 'foo';
has_no_method_ok TestClass => 'bar';
};

Expand Down

0 comments on commit 6468e94

Please sign in to comment.