Fix method name

This commit is contained in:
Laurent Destailleur 2021-04-01 12:29:56 +02:00
parent 354adbde54
commit 94d1487fde

View File

@ -339,7 +339,7 @@ class SocieteTest extends PHPUnit\Framework\TestCase
print __METHOD__." id=".$localobject->id." result=".$result."\n";
$this->assertLessThan($result, 0);
$result=$localobject->set_price_level(1, $user);
$result=$localobject->setPriceLevel(1, $user);
print __METHOD__." id=".$localobject->id." result=".$result."\n";
$this->assertLessThan($result, 0);