Skip to content

Commit

Permalink
Update test name to match new method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed May 25, 2020
1 parent 999672f commit 0ed2b48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
public class IllegalSelectionIndexExceptionTest {

@Test
public void getHtmlTag_returns_only_tag() {
public void parseTags_returns_only_tag() {
List<String> actual = IllegalSelectionIndexException.parseTags("hi <mark>there Bob</mark>. How are you?");
List<String> expected = Collections.singletonList("mark");
assertEquals(expected, actual);
}
}
}

0 comments on commit 0ed2b48

Please sign in to comment.