BoxFitterTest: fix test description

This commit is contained in:
Paul Campbell 2020-05-21 07:52:14 +01:00
parent 4af761ae33
commit b215021eee

View file

@ -53,8 +53,8 @@ public class BoxFitterTest
} }
@Test @Test
@DisplayName("Fit two words") @DisplayName("Fit various lengths")
public void fitTwoWords() { public void fitVariousLengths() {
Map<String, Integer> wordMap = Map.of( Map<String, Integer> wordMap = Map.of(
". .", 263, ". .", 263,
"a a", 208, "a a", 208,