From 3faf6e967feff32f2d30b087dbe70dd0e3336095 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 2 Dec 2018 19:15:03 +0100 Subject: [PATCH] Updated changelog adding v1.15 --- CHANGELOG.md | 2 +- module/Core/test-func/Repository/ShortUrlRepositoryTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c3f8d3..f9ffb39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## 1.15.0 - 2018-12-02 #### Added diff --git a/module/Core/test-func/Repository/ShortUrlRepositoryTest.php b/module/Core/test-func/Repository/ShortUrlRepositoryTest.php index fa6ae825..c7f809b9 100644 --- a/module/Core/test-func/Repository/ShortUrlRepositoryTest.php +++ b/module/Core/test-func/Repository/ShortUrlRepositoryTest.php @@ -76,7 +76,6 @@ class ShortUrlRepositoryTest extends DatabaseTestCase $this->getEntityManager()->flush(); $this->assertEquals($count, $this->repo->countList()); - $this->assertEquals($count, $this->repo->countList()); } /**