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