Skip to content

Commit d840618

Browse files
committed
fix tests
1 parent aef37b5 commit d840618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swoole_websocket_server/malformed_data.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $pm->parentFunc = function (int $pid) use ($pm, &$count) {
3434
});
3535
$pm->kill();
3636
$log = file_get_contents(LOG_FILE);
37-
Assert::contains($log, 'malformed data received');
37+
Assert::contains($log, 'malformed data');
3838
echo "DONE\n";
3939
};
4040
$pm->childFunc = function () use ($pm) {

0 commit comments

Comments
 (0)