diff --git a/tests/NotesTest.php b/tests/NotesTest.php
index c1ac954d..0fc212e4 100644
--- a/tests/NotesTest.php
+++ b/tests/NotesTest.php
@@ -73,7 +73,7 @@ class NotesTest extends TestCase
public function testDefaultImageUsed()
{
$this->visit($this->appurl . '/notes/C')
- ->see('
');
+ ->see('
');
}
/**
@@ -84,7 +84,7 @@ class NotesTest extends TestCase
public function testProfileImageUsed()
{
$this->visit($this->appurl . '/notes/D')
- ->see('
');
+ ->see('
');
}
/**