tests fixed
This commit is contained in:
parent
5dabc7a28a
commit
a89a320685
3 changed files with 8 additions and 2 deletions
|
@ -91,6 +91,7 @@ my $entity5 = {
|
|||
street_name => 'Test Street',
|
||||
town => 'Lancaster',
|
||||
postcode => 'LA1 1AA',
|
||||
sector => 'A',
|
||||
},
|
||||
user => {
|
||||
email => 'org@example.com',
|
||||
|
@ -124,4 +125,3 @@ $fixtures->dump({
|
|||
schema => $schema,
|
||||
directory => "$Bin/../data/" . $data_set,
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue