BoxFitterTest: fix test description
This commit is contained in:
parent
4af761ae33
commit
b215021eee
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue