diff --git a/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php b/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php index 300c2c9f..2b93977c 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( - [$eventB['date'], $eventF['date']], + [$eventA['date'], $eventF['date']], $this->extractDates($results) ); }