diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php index 15c47de..a4f70b7 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php @@ -59,8 +59,8 @@ protected function getEntityCounts() { 'shortcut_set' => 1, 'action' => 22, 'menu' => 8, - 'taxonomy_term' => 6, - 'taxonomy_vocabulary' => 7, + 'taxonomy_term' => 7, + 'taxonomy_vocabulary' => 6, 'tour' => 4, 'user' => 7, 'user_role' => 6,