Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Feb 17, 2021
1 parent 4ae646d commit f922506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/AskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ function post($host, $callback, $options) {
$r = (object)[
'body'=>json_encode([
'r'=>[
'body'=>urlencode(gzcompress('', 9))
],
'serverTime'=>111
'body'=>urlencode(gzcompress('', 9)),
'serverTime'=>111
]
])
];
$callback($r, $this);
Expand Down

0 comments on commit f922506

Please sign in to comment.