From 1c7c59687a24240d0efe1a8b4fc086d9d4c6d3e4 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Wed, 13 Sep 2017 15:23:01 +0100 Subject: [PATCH] Fix organisation boolean in test --- t/admin/organisation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", });