mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Fix test expectations: no whitespace after tag.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user