fix testcase

This commit is contained in:
Ye Wenbin 2019-08-04 21:12:26 +08:00
parent 3fc1bc2d7c
commit 94f5c991a5

View File

@ -99,7 +99,6 @@ class AnyParamCoreMiddlewareTest extends TestCase
$this->assertArraySubset([
'message' => 'Expected non-zero value of divider',
'code' => 0,
'file' => '/mnt/home/ywb/src/php/hyperf/src/json-rpc/tests/Stub/CalculatorService.php',
], $ret['error']['data']['attributes']);
}