mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
c1a9ee6d08
commit
9f384af125
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user