From 3d4db2ee28bba2a5b887b6e8f8da68e9b5d0ecde Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 13 Mar 2025 12:45:59 +0100 Subject: [PATCH] UNIT TEST : view_followup_card returns one byte more --- unit-test/include/class/followupTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-test/include/class/followupTest.php b/unit-test/include/class/followupTest.php index 98a99981e..e1ba124d4 100644 --- a/unit-test/include/class/followupTest.php +++ b/unit-test/include/class/followupTest.php @@ -137,7 +137,7 @@ class FollowupTest extends TestCase $content=ob_get_contents(); ob_end_clean(); $this->assertStringContainsString("BONDEC3-1", $content); - $this->assertTrue(mb_strlen($content)==1620,"error result not valid $content size = ".mb_strlen($content)); + $this->assertTrue(mb_strlen($content)==1621,"error result not valid $content size = ".mb_strlen($content)); }