Skip to content

Commit 15d579a

Browse files
authored
chore(tests): remove unused variable
1 parent 91c39c7 commit 15d579a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/CachedKeySetTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public function testInvalidHttpResponseThrowsException()
9494
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
9595
$this->expectExceptionCode(404);
9696

97-
$body = $this->prophesize('Psr\Http\Message\StreamInterface');
98-
9997
$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
10098
$response->getStatusCode()
10199
->shouldBeCalled()

0 commit comments

Comments
 (0)