Fixes for tests

This commit is contained in:
David Bomba 2023-09-12 21:19:30 +10:00
parent c1a9ee6d08
commit 9f384af125

View File

@ -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()