Skip to content

Commit b39a537

Browse files
committed
add 1 more value for the first test
1 parent d5be205 commit b39a537

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

.idea/workspace.xml

Lines changed: 24 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/java/io/github/dbc/DuplicateCharactersCounterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void setUp() {
1818
}
1919

2020
@ParameterizedTest
21-
@ValueSource(strings = {"abcdefghijklmnopqrstuvwxyz", "dbc", "A", "1234567890"})
21+
@ValueSource(strings = {"abcdefghijklmnopqrstuvwxyz", "dbc", "A", "1234567890", " "})
2222
@DisplayName("should return map of correct size")
2323
void shouldReturnMapOfCorrectSize(String input) {
2424
// Act

0 commit comments

Comments
 (0)