Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 24, 2021
1 parent aef37b5 commit d840618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/swoole_websocket_server/malformed_data.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $pm->parentFunc = function (int $pid) use ($pm, &$count) {
});
$pm->kill();
$log = file_get_contents(LOG_FILE);
Assert::contains($log, 'malformed data received');
Assert::contains($log, 'malformed data');
echo "DONE\n";
};
$pm->childFunc = function () use ($pm) {
Expand Down

0 comments on commit d840618

Please sign in to comment.