Skip to content

Commit

Permalink
Fix: minor bug into the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaminudel committed Mar 20, 2013
1 parent 86bb8e4 commit 6349c2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public void should_add_breakline_for_multiple_lines()
UnicodeFileToHtmTextConverter target = new UnicodeFileToHtmTextConverter(stubSource);
string result = target.ConvertToHtml();

Assert.AreEqual(result, "hello</b>how are you doing?<br />", "html converted text");
Assert.AreEqual(result, "hello<br />how are you doing?<br />", "html converted text");
}

}
Expand Down

0 comments on commit 6349c2f

Please sign in to comment.