wizard test

This commit is contained in:
Denis Duliçi 2023-10-03 13:37:03 +03:00
parent 465656fa69
commit a3027f0c2e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class CurrenciesTest extends FeatureTestCase
{
$request = $this->getRequest();
$message = trans('messages.success.added', ['type' => trans_choice('general.currencies', 1)]);
$message = trans('messages.success.created', ['type' => trans_choice('general.currencies', 1)]);
$this->loginAs()
->post(route('wizard.currencies.store'), $request)