diff --git a/core/tests/Drupal/Tests/Core/Entity/RevisionableSchemaConverterTest.php b/core/tests/Drupal/Tests/Core/Entity/RevisionableSchemaConverterTest.php index 16f1c1e..f619c68 100644 --- a/core/tests/Drupal/Tests/Core/Entity/RevisionableSchemaConverterTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/RevisionableSchemaConverterTest.php @@ -33,7 +33,7 @@ public function testMakeRevisionable() { $storage = \Drupal::entityTypeManager()->getStorage($entity_type->id()); $entities = $storage->loadMultiple(); - $this->assertEqual(count($entities), 2, "Two Shortcut entities found"); + $this->assertEqual(count($entities), 4, "Four Shortcut entities found"); }