diff --git a/core/modules/dblog/src/Tests/Update/DblogUpgrade2851293.php b/core/modules/dblog/src/Tests/Update/DblogUpgrade2851293.php index 793ae03..ab5f7de 100644 --- a/core/modules/dblog/src/Tests/Update/DblogUpgrade2851293.php +++ b/core/modules/dblog/src/Tests/Update/DblogUpgrade2851293.php @@ -32,7 +32,6 @@ public function testDblogUpgradePath() { $this->runUpdates(); $view = Views::getView('dblog_2851293'); - $view->setDisplay('page_1'); $data = $view->storage->toArray(); $fields = $data['display']['default']['display_options']['fields'];