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
@DisplayName("Fit two words")
public void fitTwoWords() {
@DisplayName("Fit various lengths")
public void fitVariousLengths() {
Map<String, Integer> wordMap = Map.of(
". .", 263,
"a a", 208,