Tags are now set in lists.
This commit is contained in:
parent
2067a228aa
commit
df38680226
3 changed files with 50 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue