Test Setup Failed
Push — master ( 83a66e...a4d80b )
by Nicolas
10:58
created
features/bootstrap/SendContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         $message = $this->httpClient->getMessages($this->vhost, $queueName, $firstMessageOptions)[0];
130 130
 
131 131
         \PHPUnit\Framework\Assert::assertSame($routingKey, $message['routing_key']);
132
-        \PHPUnit\Framework\Assert::assertSame($contentType,  $message['properties']['content_type']);
132
+        \PHPUnit\Framework\Assert::assertSame($contentType, $message['properties']['content_type']);
133 133
 
134 134
         if($content !== false)
135 135
         {
Please login to merge, or discard this patch.