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 110e9d3 commit 9617c5dCopy full SHA for 9617c5d
component/src/test/java/com/iluwatar/component/TaskListTest.java
@@ -9,7 +9,7 @@ public class TaskListTest
9
@Test
10
public void testCreateFirstTask()
11
{
12
- // Test creating the first task
+ // Test creating the first task.
13
Task task = new FirstTask("Study for the exam");
14
assertNotNull(task, "Task should not be exit");
15
assertEquals("Study for the exam", task.getTitle(), "Task title should match");
0 commit comments