fixes for tests

This commit is contained in:
David Bomba 2019-10-10 14:48:09 +11:00
parent 84edb28652
commit 39eac5709e

View File

@ -38,7 +38,7 @@ class CompanySettingsTest extends TestCase
public function testPropertyIssetOk() public function testPropertyIssetOk()
{ {
$this->assertTrue(isset($this->company_settings->custom_label1)); $this->assertTrue(isset($this->company_settings->custom_value1));
} }