There was a problem fetching linked pipelines.
Commit 1586fe7f authored by Snigdha Saha's avatar Snigdha Saha
Browse files

Update TrieAutocompleterTest.java

parent 764c6d2b
No related merge requests found
Pipeline #97556 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -46,7 +46,7 @@ public class TrieAutocompleterTest { ...@@ -46,7 +46,7 @@ public class TrieAutocompleterTest {
@Tag("B") @Tag("B")
@DisplayName("Edge Case complete Test") @DisplayName("Edge Case complete Test")
@ParameterizedTest(name = "Test complete(\"{0}\")") @ParameterizedTest(name = "Test complete(\"{0}\")")
@TestHint("If you are not checking for duplicates, you might be adding some titles multiple times. You might consider using a HashSet in some capacity.") @TestHint("If you are not checking for duplicates, you might be adding some titles multiple times.")
@CsvSource({ @CsvSource({
"this, test_this", "this, test_this",
}) })
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment