1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Merge pull request #3985 from turbo124/v2

Fixes for tests
This commit is contained in:
David Bomba 2020-08-14 06:55:17 +10:00 committed by GitHub
commit aa7ebcee3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ class DesignTest extends TestCase
$this->quote->save();
for ($x=1; $x<=10; $x++) {
for ($x=1; $x<=9; $x++) {
$settings = $this->invoice->client->settings;
$settings->quote_design_id = (string)$this->encodePrimaryKey($x);