diff --git a/tests/Feature/Wizard/CurrenciesTest.php b/tests/Feature/Wizard/CurrenciesTest.php index 49be849d4..a774c6b34 100644 --- a/tests/Feature/Wizard/CurrenciesTest.php +++ b/tests/Feature/Wizard/CurrenciesTest.php @@ -12,7 +12,7 @@ class CurrenciesTest extends FeatureTestCase $this->loginAs() ->get(route('wizard.currencies.index')) ->assertStatus(200) - ->assertSeeText(trans_choice('general.currencies', 2)); + ->assertSeeText(trans('demo.currencies.usd')); } public function testItShouldCreateCurrency()