From 09675808bb5e4fca28d499e97e6aecbd23a94aba Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 Jun 2018 20:24:25 +0100 Subject: [PATCH] Revert "Break test" This reverts commit 2f26ff4775d8b8bbd73fb2276032123955fb986d. --- tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php b/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php index 2b93977c..300c2c9f 100644 --- a/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php +++ b/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php @@ -173,7 +173,7 @@ class FormatTalksTest extends TestCase // Latest events should be returned first. $this->assertEquals( - [$eventA['date'], $eventF['date']], + [$eventB['date'], $eventF['date']], $this->extractDates($results) ); }