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,
'uuid' => $faker->uuid(),
'name' => self::ORGANISATION_B_UUID,
'uuid' => self::ORGANISATION_B_UUID,
'name' => 'Organisation B',
'url' => $faker->url,
'nationality' => $faker->countryCode,
'sector' => 'IT',
'type' => '',
'contacts' => '',
'description' => 'ORGANISATION B',
'date_created' => $faker->dateTime()->getTimestamp(),
'date_modified' => $faker->dateTime()->getTimestamp()
]