From e033171516a465b8155b9459189f028a89d6c354 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 29 Mar 2019 12:33:23 -0500 Subject: [PATCH] Forgot to update test --- test/ParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ParserTest.php b/test/ParserTest.php index 36e2521..8f4fd84 100644 --- a/test/ParserTest.php +++ b/test/ParserTest.php @@ -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 -------------------------------------------------------------------------------------->