We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0373b9e commit cb54e9eCopy full SHA for cb54e9e
tests/protocol/V1Test.php
@@ -265,11 +265,10 @@ public function testReset(V1 $cls)
265
}
266
267
try {
268
- $cls->serverState->set(ServerState::STREAMING);
269
$cls->reset();
270
} catch (Exception $e) {
271
$this->assertEquals('some error message (Neo.ClientError.Statement.SyntaxError)', $e->getMessage());
272
- $this->assertEquals(ServerState::FAILED, $cls->serverState->get());
+ $this->assertEquals(ServerState::DEFUNCT, $cls->serverState->get());
273
274
275
0 commit comments