summaryrefslogtreecommitdiffstats
path: root/t/04-block.t
diff options
context:
space:
mode:
Diffstat (limited to 't/04-block.t')
-rw-r--r--t/04-block.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-block.t b/t/04-block.t
index a06a950..c0f9bad 100644
--- a/t/04-block.t
+++ b/t/04-block.t
@@ -22,7 +22,7 @@ use Test::More;
has baz => (
is => 'ro',
- isa => 'Baz',
+ isa => 'Str',
block => sub {
my ($s, $self) = @_;
return $s->param('bar') . $self->foo;