Skip to content

Commit 396b9c4

Browse files
committed
Check for the correct class
1 parent a193775 commit 396b9c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Unit/CSSList/CSSBlockListTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PHPUnit\Framework\TestCase;
88
use Sabberworm\CSS\Comment\Commentable;
9+
use Sabberworm\CSS\CSSList\CSSList;
910
use Sabberworm\CSS\Renderable;
1011
use Sabberworm\CSS\Tests\Unit\CSSList\Fixtures\ConcreteCSSBlockList;
1112

@@ -42,6 +43,6 @@ public function isCSSList(): void
4243
{
4344
$subject = new ConcreteCSSBlockList();
4445

45-
self::assertInstanceOf(ConcreteCSSBlockList::class, $subject);
46+
self::assertInstanceOf(CSSList::class, $subject);
4647
}
4748
}

0 commit comments

Comments
 (0)