add tests batch 20
This commit is contained in:
@@ -40,7 +40,7 @@ class RefundQueryServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new RefundQueryService;
|
||||
$service = new RefundQueryService();
|
||||
$result = $service->list(['status' => 'Approved', 'per_page' => 10, 'page' => 1]);
|
||||
|
||||
$this->assertSame(1, $result['pagination']['total']);
|
||||
|
||||
Reference in New Issue
Block a user