diff --git a/core/modules/migrate_drupal/lib/Drupal/migrate_drupal/Tests/d6/MigrateFieldInstanceTest.php b/core/modules/migrate_drupal/lib/Drupal/migrate_drupal/Tests/d6/MigrateFieldInstanceTest.php index 5c3da6e..cf1c59b 100644 --- a/core/modules/migrate_drupal/lib/Drupal/migrate_drupal/Tests/d6/MigrateFieldInstanceTest.php +++ b/core/modules/migrate_drupal/lib/Drupal/migrate_drupal/Tests/d6/MigrateFieldInstanceTest.php @@ -128,6 +128,7 @@ public function testFieldInstanceSettings() { 'uri_scheme' => 'public', 'handler' => 'default', 'target_bundle' => NULL, + 'max_length' => 255, ); // This is the only way to compare arrays. $this->assertFalse(array_diff_assoc($field->getSettings(), $expected));