This commit is contained in:
Itamar Levy-Or
2021-06-21 11:53:33 -07:00
committed by Justin Boswell
parent 1feba3eb6a
commit 5397cc35bf
2 changed files with 66 additions and 86 deletions
+1 -1
View File
@@ -86,5 +86,5 @@ final class CrcTest extends CrtTestCase {
$expected = 0x14298C12;
$this->assertEquals($output, $expected);
}
}