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) ); }