Skip to content

Commit

Permalink
resolved component issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rana7azem committed Dec 7, 2024
1 parent 110e9d3 commit 9617c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class TaskListTest
@Test
public void testCreateFirstTask()
{
// Test creating the first task
// Test creating the first task.
Task task = new FirstTask("Study for the exam");
assertNotNull(task, "Task should not be exit");
assertEquals("Study for the exam", task.getTitle(), "Task title should match");
Expand Down

0 comments on commit 9617c5d

Please sign in to comment.