Tests: tweak unit test

This commit is contained in:
terrafrost 2023-07-26 21:54:02 -05:00
parent 25a06f0071
commit 426de8d5bf
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ class PrimeFieldTest extends PhpseclibTestCase
new \phpseclib3\Crypt\EC\Curves\secp192r1()
);
$point[0]->toBytes();
$this->assertIsString($point[0]->toBytes());
}
}