Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit b9c330c

Browse files
committed
fix unittest
1 parent 7e3a9aa commit b9c330c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TranslatableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ public function test_locales_as_array_keys_are_properly_detected()
428428
public function test_locale_separator_can_be_configured()
429429
{
430430
$this->app->config->set('translatable.locales', ['en' => ['GB']]);
431-
$this->app->make('translatable.locales')->load();
432431
$this->app->config->set('translatable.locale_separator', '_');
432+
$this->app->make('translatable.locales')->load();
433433
$data = [
434434
'en_GB' => ['name' => 'Chips'],
435435
];

0 commit comments

Comments
 (0)