diff --git a/tests/UuidFactoryTest.php b/tests/UuidFactoryTest.php index da39ea3..945b3c2 100644 --- a/tests/UuidFactoryTest.php +++ b/tests/UuidFactoryTest.php @@ -94,6 +94,5 @@ class UuidFactoryTest extends TestCase $uuidBuilder = $this->getMock('Ramsey\Uuid\Builder\UuidBuilderInterface'); $uuidFactory->setUuidBuilder($uuidBuilder); $this->assertEquals($uuidBuilder, $uuidFactory->getUuidBuilder()); - } }