Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9ab966c

Browse files
committed
Remove rogue whitespace in test
1 parent c57f69c commit 9ab966c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ProblemDetailsResponseFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public function testCreateResponseRemovesResourcesFromInputData(string $header,
163163
$this->assertNotEmpty((string)$response->getBody(), 'Body is missing');
164164
}
165165

166-
167166
public function testFactoryRaisesExceptionIfBodyFactoryDoesNotReturnStream() : void
168167
{
169168
$this->request->getHeaderLine('Accept')->willReturn('application/json');

0 commit comments

Comments
 (0)