mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
fix tag color
This commit is contained in:
parent
f4188b8cbd
commit
cbe3d16e4c
|
|
@ -29,7 +29,7 @@ class L11nTagMapperTest extends \PHPUnit\Framework\TestCase
|
|||
public function testCR() : void
|
||||
{
|
||||
$tag = new Tag();
|
||||
$tag->setColor('ffffffff');
|
||||
$tag->setColor('#ffffffff');
|
||||
$tag->setType(TagType::SINGLE);
|
||||
|
||||
$id = TagMapper::create($tag);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user