This commit is contained in:
codemasher
2021-01-07 11:18:21 +01:00
parent 4167286f65
commit 28d116f4e4
+1 -1
View File
@@ -70,7 +70,7 @@ final class QRMatrixTest extends TestCase{
* Tests if eccLevel() returns the current (given) ECC level
*/
public function testECC():void{
$this::assertSame(EccLevel::L, $this->matrix->eccLevel()->getOrdinal());
$this::assertSame(EccLevel::MODES[EccLevel::L], $this->matrix->eccLevel()->getOrdinal());
}
/**