mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-16 00:08:41 +00:00
fix tests
This commit is contained in:
parent
5d399c85de
commit
fa0bcbe2af
|
|
@ -95,7 +95,7 @@ trait ApiBillControllerTrait
|
||||||
$request->setData('plain', 'Test content text');
|
$request->setData('plain', 'Test content text');
|
||||||
|
|
||||||
$this->module->apiNoteCreate($request, $response);
|
$this->module->apiNoteCreate($request, $response);
|
||||||
self::assertEquals('ok', $response->getData('')['status']);
|
self::assertEquals('ok', $response->getDataArray('')['status']);
|
||||||
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user