From 879e0a25b196f4851e9e49dc236d9ed0f0c930e0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 25 Nov 2016 16:16:26 +0000 Subject: [PATCH] Update tests to match new markup --- tests/NotesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(''); } /**