wizard taxes test

This commit is contained in:
denisdulici
2020-01-16 16:37:32 +03:00
parent 10f07075ad
commit 4965a1c315
3 changed files with 62 additions and 14 deletions

View File

@ -44,7 +44,7 @@ class CurrenciesTest extends FeatureTestCase
$currency = $this->dispatch(new CreateCurrency($this->getRequest()));
$this->loginAs()
->delete(route('wizard.currencies.delete', $currency->id))
->delete(route('wizard.currencies.destroy', $currency->id))
->assertStatus(200);
$this->assertFlashLevel('success');