2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2023-08-12 01:08:04 +02:00
parent c9f1ee08dc
commit b3f8795414

View File

@@ -686,6 +686,6 @@ class NumberingModulesTest extends PHPUnit\Framework\TestCase
$result=$numbering->getNextValue($mysoc, $localobject);
print __METHOD__." result=".$result."\n";
$this->assertEquals('SH8003-0001', $result); // counter must start to 1
$this->assertEquals('SH8001-0003', $result); // counter must start to 1
}
}