mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add missing assertion
This commit is contained in:
parent
ce131e83f4
commit
fc08a358e5
|
|
@ -366,7 +366,7 @@ class HolidayTest extends PHPUnit\Framework\TestCase
|
|||
$localobjecta=new Holiday($this->savdb);
|
||||
|
||||
$localobjecta->updateConfCP('lastUpdate', '20100101120000');
|
||||
|
||||
$localobjecta->updateBalance();
|
||||
$result = $localobjecta->updateBalance();
|
||||
$this->assertEquals($result, 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user