diff --git a/tests/HtmlBuilderTest.php b/tests/HtmlBuilderTest.php
index 2e1400a3..6611502c 100644
--- a/tests/HtmlBuilderTest.php
+++ b/tests/HtmlBuilderTest.php
@@ -28,7 +28,7 @@ protected function tearDown(): void
public function testDl()
{
$list = [
- 'foo' => 'bar',
+ 'foo' => 'bar apple',
'bing' => 'baz',
];