Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick committed Aug 16, 2021
1 parent 7bbee43 commit c7652fb
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions tests/OpenSearchEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,12 @@ public function testSeachableFailed(): void
'message' => '待查应用不存在.待查应用不存在。',
'params' => [
'friendly_message' => '待查应用不存在。',

], ]],
],
],
],
'request_id' => '150116732819940316116461',
'status'
=> 'FAIL', ];
'status' => 'FAIL',
];
$result = json_encode($jsonData);

$this->client->shouldReceive('get')
Expand Down Expand Up @@ -716,11 +717,12 @@ public function testCursorFailed(): void
'message' => '待查应用不存在.待查应用不存在。',
'params' => [
'friendly_message' => '待查应用不存在。',

], ]],
],
],
],
'request_id' => '150116732819940316116461',
'status'
=> 'FAIL', ];
'status' => 'FAIL',
];
$result = json_encode($jsonData);

$this->client->shouldReceive('get')
Expand Down Expand Up @@ -834,11 +836,12 @@ public function testPaginateFailed(): void
'message' => '待查应用不存在.待查应用不存在。',
'params' => [
'friendly_message' => '待查应用不存在。',

], ]],
],
],
],
'request_id' => '150116732819940316116461',
'status'
=> 'FAIL', ];
'status' => 'FAIL',
];
$result = json_encode($jsonData);

$this->client->shouldReceive('get')
Expand Down

0 comments on commit c7652fb

Please sign in to comment.