diff --git a/tests/SiteTreeTest.php b/tests/SiteTreeTest.php index 8851a7a3..d0744c4c 100755 --- a/tests/SiteTreeTest.php +++ b/tests/SiteTreeTest.php @@ -522,7 +522,7 @@ class SiteTreeTest extends SapphireTest { $processedContent = trim($diff->Content); $processedContent = preg_replace('/\s*\s*/','>',$processedContent); - $this->assertEquals("

This is a test

", $processedContent); + $this->assertEquals("

This is a test

", $processedContent); }