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