Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 30, 2019
1 parent 2a0c55b commit a68d163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Mail/MailMarkdownTest.php
Expand Up @@ -66,7 +66,6 @@ public function testParseReturnsParsedMarkdown()

$result = $markdown->parse('# Something')->toHtml();

$this->assertSame('<h1>Something</h1>
', $result);
$this->assertSame("<h1>Something</h1>\n", $result);
}
}

0 comments on commit a68d163

Please sign in to comment.