mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
fix test bugs
This commit is contained in:
parent
b10b031c49
commit
89f1dd739e
|
|
@ -185,7 +185,7 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
$this->module->apiTagUpdate($request, $response);
|
||||
|
||||
self::assertEquals('#00ff00ff', $response->get('')['response']->getColor());
|
||||
self::assertEquals('#00ff00ff', $response->get('')['response']->color);
|
||||
self::assertEquals(self::$tagId, $response->get('')['response']->getId());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user