Test Setup Failed
Push — main ( 9ce588...f1795a )
by Barney
13:13
created
Category
src/Message/QueryFactory/ServiceContainerHealthCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         }
38 38
 
39 39
         /** @var object $query */
40
-        $query =  $this->container->get(HealthCheck::class);
40
+        $query = $this->container->get(HealthCheck::class);
41 41
         $this->assertHealthCheck($query);
42 42
 
43 43
         /** @var HealthCheck $query */
Please login to merge, or discard this patch.