Skip to content

Commit 7029117

Browse files
committed
fixed tests
1 parent dad8386 commit 7029117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bolt/BoltConnection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ public function assertNoFailure(Response $response): void
393393
try {
394394
$resetResponse = $message->send()->getResponse();
395395
} catch (\Throwable $e) {
396-
// Socket is already closed (e.g. server rejected auth and dropped connection).
397396
$this->subscribedResults = [];
398397
throw Neo4jException::fromBoltResponse($response);
399398
}

0 commit comments

Comments
 (0)