@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | $blockService = new ShariffShareBlockService($this->twig); |
60 | 60 | |
61 | - static::assertSame($response, $blockService->execute($blockContext,$response)); |
|
61 | + static::assertSame($response, $blockService->execute($blockContext, $response)); |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | public function testGetMetadata(): void |