diff --git a/t/admin/organisation.t b/t/admin/organisation.t index cfc906b..32f066d 100644 --- a/t/admin/organisation.t +++ b/t/admin/organisation.t @@ -30,7 +30,7 @@ my $pending_entity = $schema->resultset('Entity')->create({ town => 'Midgar', sector => 'A', postcode => 'WC1E 6AD', - pending => \"1", + pending => 1, }, type => "organisation", });