Skip to content

Commit 9617c5d

Browse files
committed
resolved component issue
1 parent 110e9d3 commit 9617c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/src/test/java/com/iluwatar/component/TaskListTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class TaskListTest
99
@Test
1010
public void testCreateFirstTask()
1111
{
12-
// Test creating the first task
12+
// Test creating the first task.
1313
Task task = new FirstTask("Study for the exam");
1414
assertNotNull(task, "Task should not be exit");
1515
assertEquals("Study for the exam", task.getTitle(), "Task title should match");

0 commit comments

Comments
 (0)