diff --git a/tests/src/Generator/SodiumRandomGeneratorTest.php b/tests/src/Generator/SodiumRandomGeneratorTest.php index 05a6745..5a92cd1 100644 --- a/tests/src/Generator/SodiumRandomGeneratorTest.php +++ b/tests/src/Generator/SodiumRandomGeneratorTest.php @@ -35,7 +35,7 @@ class SodiumRandomGeneratorTest extends TestCase $uuid = \Ramsey\Uuid\Uuid::uuid4(); $this->assertInstanceOf( - SodiumRandomGenerator::class, + 'Ramsey\Uuid\Generator\SodiumRandomGenerator', $uuid->getFactory()->getRandomGenerator() ); }