Skip to content

Commit

Permalink
Forgot to update test
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Mar 29, 2019
1 parent 8fe60f6 commit e033171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function provideParserData(): array
// 45 ---- pong frame with invalid payload ------------------------------------------------>

$input = compile(Opcode::PONG, true, true, "0");
$return[] = [$input, null, true, "Invalid pong payload", Code::POLICY_VIOLATION];
$return[] = [$input, null, true, "Underlying TCP connection closed", Code::ABNORMAL_CLOSE];

// x -------------------------------------------------------------------------------------->

Expand Down

0 comments on commit e033171

Please sign in to comment.