diff --git a/composer.json b/composer.json
index 61986b06f3e08bfffeb9da7c8f50d8b317467a02..8b2da1c08574e374709d8c0dc61a7a236b9d1337 100644
--- a/composer.json
+++ b/composer.json
@@ -22,12 +22,12 @@
     "drupal/devel": "^4.1"
   },
   "require-dev": {
-    "drush/drush": "^10"
+    "drush/drush": "^10 || ^11"
   },
   "extra": {
     "drush": {
       "services": {
-        "drush.services.yml": "^9 || ^10"
+        "drush.services.yml": "^9 || ^10 || ^11"
       }
     }
   }
diff --git a/tests/src/Functional/ModuleLoadTest.php b/tests/src/Functional/ModuleLoadTest.php
index f0974bbb01a5bb0bb0d0be1ad68f02f4a5c6f54b..f2b966b9e0631737572017499fe2776cdb7b3a87 100644
--- a/tests/src/Functional/ModuleLoadTest.php
+++ b/tests/src/Functional/ModuleLoadTest.php
@@ -28,7 +28,6 @@ class ModuleLoadTest extends BrowserTestBase {
 
     parent::setUp();
     $this->drupalPlaceBlock('page_title_block');
-    
   }
 
   /**
@@ -42,7 +41,6 @@ class ModuleLoadTest extends BrowserTestBase {
 
     // Minimal homepage title.
     $this->assertSession()->pageTextContains('Log in');
-    
   }
 
   /**