Tags are now set in lists.

This commit is contained in:
Erik C. Thauvin 2020-03-31 22:36:08 -07:00
parent 2067a228aa
commit df38680226
3 changed files with 50 additions and 56 deletions

View file

@ -49,7 +49,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*/
public class EntryLinkTest {
private final EntryLink entryLink = new EntryLink("https://www.mobitopia.org/", "Mobitopia", "Skynx",
"JimH", "#mobitopia", "tag1, tag2,tag3 TAG4 tag5");
"JimH", "#mobitopia", List.of("tag1", "tag2", "tag3", "TAG4", "Tag5"));
@Test