Skip to content

Commit

Permalink
chore(tests): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 14, 2023
1 parent 91c39c7 commit 15d579a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/CachedKeySetTest.php
Expand Up @@ -94,8 +94,6 @@ public function testInvalidHttpResponseThrowsException()
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
$this->expectExceptionCode(404);

$body = $this->prophesize('Psr\Http\Message\StreamInterface');

$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
$response->getStatusCode()
->shouldBeCalled()
Expand Down

0 comments on commit 15d579a

Please sign in to comment.