fix tag color

This commit is contained in:
Dennis Eichhorn 2020-09-06 21:13:22 +02:00
parent f4188b8cbd
commit cbe3d16e4c

View File

@ -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);