From 2dd3ec51df430da9ab7a2a484b47758b2b68d40b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 16 Apr 2011 11:00:23 -0500 Subject: we want to be using fetch here --- t/01-basic.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/01-basic.t b/t/01-basic.t index 311583d..0457bd1 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -54,9 +54,9 @@ $i = 0; for qw(foo bar baz quux); ok(!$foo->has_service($_), "doesn't have service $_") for qw(baz2); - isa_ok($foo->get_service('bar'), 'Bread::Board::Declare::Literal'); - isa_ok($foo->get_service('baz'), 'Bread::Board::Declare::ConstructorInjection'); - isa_ok($foo->get_service('quux'), 'Bread::Board::Declare::BlockInjection'); + isa_ok($foo->fetch('bar'), 'Bread::Board::Declare::Literal'); + isa_ok($foo->fetch('baz'), 'Bread::Board::Declare::ConstructorInjection'); + isa_ok($foo->fetch('quux'), 'Bread::Board::Declare::BlockInjection'); } { -- cgit v1.2.3