diff -u b/core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php b/core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php --- b/core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php @@ -42,7 +42,6 @@ update_set_schema('update_test_schema', 8003); // Ensure schema has changed. $this->assertEqual(8003, \Drupal::keyValue('system.schema')->get('update_test_schema')); - } }