From 667c70b1cfc83836cbd03f572ca221d2385e6b48 Mon Sep 17 00:00:00 2001 From: Vasil Date: Sun, 19 Apr 2026 13:24:59 +0530 Subject: [PATCH] I have updated code --- tests/HtmlBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ];