fix: typo

pull/9143/head
Luciano Righetti 2023-06-15 16:50:34 +02:00
parent 2416a9e148
commit b0e2a3ac3e
1 changed files with 3 additions and 2 deletions

View File

@ -36,13 +36,14 @@ class OrganisationsFixture extends TestFixture
], ],
[ [
'id' => self::ORGANISATION_B_ID, 'id' => self::ORGANISATION_B_ID,
'uuid' => $faker->uuid(), 'uuid' => self::ORGANISATION_B_UUID,
'name' => self::ORGANISATION_B_UUID, 'name' => 'Organisation B',
'url' => $faker->url, 'url' => $faker->url,
'nationality' => $faker->countryCode, 'nationality' => $faker->countryCode,
'sector' => 'IT', 'sector' => 'IT',
'type' => '', 'type' => '',
'contacts' => '', 'contacts' => '',
'description' => 'ORGANISATION B',
'date_created' => $faker->dateTime()->getTimestamp(), 'date_created' => $faker->dateTime()->getTimestamp(),
'date_modified' => $faker->dateTime()->getTimestamp() 'date_modified' => $faker->dateTime()->getTimestamp()
] ]