diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php b/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php index f580411..c843165 100644 --- a/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php +++ b/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php @@ -82,7 +82,7 @@ protected function getEntityCountsIncremental() { $counts = $this->getEntityCounts(); $counts['aggregator_feed'] = 1; $counts['aggregator_item'] = 1; - $counts['view'] = 12; + $counts['view'] = 14; $counts['entity_view_display'] = 35; $counts['entity_view_mode'] = 14; return $counts;