summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index c59a429..38590df 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -44,6 +44,7 @@ with_immutable {
$i = 0;
{
my $foo = Foo->new;
+ isa_ok($foo, 'Bread::Board::Container');
ok($foo->has_service($_), "has service $_")
for qw(bar baz quux);
ok(!$foo->has_service('foo'), "doesn't have service foo");