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 226d610 commit 110e9d3Copy full SHA for 110e9d3
component/src/test/java/com/iluwatar/component/TaskListTest.java
@@ -39,7 +39,7 @@ public void testAddTaskToTaskList()
39
@Test
40
public void testRemoveTaskFromTaskList()
41
{
42
- // Test removing a task from a task list
+
43
TaskList taskList = new TaskList("My Task List");
44
Task task = new FirstTask("Complete homework");
45
taskList.addTask(task);
0 commit comments