Fix organisation boolean in test

This commit is contained in:
Tom Bloor 2017-09-13 15:23:01 +01:00
parent 66f4844835
commit 1c7c59687a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ my $pending_entity = $schema->resultset('Entity')->create({
town => 'Midgar',
sector => 'A',
postcode => 'WC1E 6AD',
pending => \"1",
pending => 1,
},
type => "organisation",
});