Updated changelog adding v1.15

This commit is contained in:
Alejandro Celaya
2018-12-02 19:15:03 +01:00
parent a7a5667301
commit 3faf6e967f
2 changed files with 1 additions and 2 deletions

View File

@@ -76,7 +76,6 @@ class ShortUrlRepositoryTest extends DatabaseTestCase
$this->getEntityManager()->flush();
$this->assertEquals($count, $this->repo->countList());
$this->assertEquals($count, $this->repo->countList());
}
/**