Fix test expectations: no whitespace after tag.

This commit is contained in:
akwizgran
2022-08-31 13:04:44 +01:00
parent 85361b0099
commit a503aa6ed2

View File

@@ -131,7 +131,7 @@ public class FeedManagerImplTest extends BrambleMockTestCase {
SyndEntry entry = new SyndEntryImpl();
entry.setUpdatedDate(new Date());
entries.add(entry);
String text = "<p> (" + entry.getUpdatedDate().toString() + ")</p>";
String text = "<p>(" + entry.getUpdatedDate().toString() + ")</p>";
Message msg = getMessage(blogGroupId);
BlogPost post = new BlogPost(msg, null, localAuthor);