Skip to content

Commit 16799e5

Browse files
committed
Fix test
1 parent 50b2582 commit 16799e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sprinkle-core/app/tests/Integration/I18n/SiteLocaleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function testGetAvailableOptions(): void
109109
// Set expectations. Note the sort applied here
110110
$expected = [
111111
'en_US' => 'English',
112-
'fr_FR' => 'Tomato', // Just to be sure the fake locale are loaded ;)
112+
'fr_FR' => 'Tomate', // Just to be sure the fake locale are loaded ;)
113113
];
114114
$options = $locale->getAvailableOptions();
115115
$this->assertSame($expected, $options);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Tomato
2-
regional: Français
2+
regional: Tomate
33
authors:
44
- Louis Charette
55
plural_rule: 2

0 commit comments

Comments
 (0)