Skip to content

Commit

Permalink
wizard test
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Oct 3, 2023
1 parent 465656f commit a3027f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Wizard/CurrenciesTest.php
Expand Up @@ -20,7 +20,7 @@ public function testItShouldCreateCurrency()
{
$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)
Expand Down

0 comments on commit a3027f0

Please sign in to comment.