diff --git a/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php b/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php index 6d144b4..2ad226a 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php @@ -196,14 +196,14 @@ public function testWeekHandler() { $view->destroy(); $view->setDisplay('embed_3'); - $this->executeView($view, array('2')); + $this->executeView($view, array('02')); $expected = array(); $expected[] = array('id' => 4); $this->assertIdenticalResultset($view, $expected, $this->columnMap); $view->destroy(); $view->setDisplay('embed_3'); - $this->executeView($view, array('5')); + $this->executeView($view, array('05')); $expected = array(); $expected[] = array('id' => 5); $this->assertIdenticalResultset($view, $expected, $this->columnMap);