diff --git a/tests/Feature/QuoteTest.php b/tests/Feature/QuoteTest.php index 57ebde27b3e6..35605558207c 100644 --- a/tests/Feature/QuoteTest.php +++ b/tests/Feature/QuoteTest.php @@ -171,7 +171,7 @@ class QuoteTest extends TestCase $project = Project::find($this->decodePrimaryKey($res['data'][0]['project_id'])); - $this->assertEquals($project->name, ctrans('texts.quote_number_short') . " " . $this->quote->number."[{$this->quote->client->present()->name()}]"); + $this->assertEquals($project->name, ctrans('texts.quote_number_short') . " " . $this->quote->number." [{$this->quote->client->present()->name()}]"); } public function testQuoteList()