fixed wizard currency test

This commit is contained in:
denisdulici 2020-01-16 16:22:21 +03:00
parent 3baac55c98
commit 10f07075ad

View File

@ -12,7 +12,7 @@ class CurrenciesTest extends FeatureTestCase
$this->loginAs() $this->loginAs()
->get(route('wizard.currencies.index')) ->get(route('wizard.currencies.index'))
->assertStatus(200) ->assertStatus(200)
->assertSeeText(trans_choice('general.currencies', 2)); ->assertSeeText(trans('demo.currencies.usd'));
} }
public function testItShouldCreateCurrency() public function testItShouldCreateCurrency()