We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfc89b commit 3928904Copy full SHA for 3928904
src/test/java/com/thealgorithms/datastructures/lists/CursorLinkedListTest.java
@@ -219,7 +219,7 @@ void testSpecialCharacters() {
219
list.append("Hello World!");
220
list.append("Test@123");
221
list.append("Special#$%");
222
- list.append(""); // Empty string
+ list.append(""); // Empty string
223
224
assertEquals("Hello World!", list.get(0));
225
assertEquals("Test@123", list.get(1));
0 commit comments