summaryrefslogtreecommitdiffstats
path: root/t/30-type-checks.t
diff options
context:
space:
mode:
Diffstat (limited to 't/30-type-checks.t')
-rw-r--r--t/30-type-checks.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/30-type-checks.t b/t/30-type-checks.t
index bca6134..9133da3 100644
--- a/t/30-type-checks.t
+++ b/t/30-type-checks.t
@@ -8,7 +8,7 @@ use Test::Moose;
{
package Foo;
use Moose;
- use MooseX::Bread::Board;
+ use Bread::Board::Declare;
has foo => (
is => 'ro',