-
- Downloads
fix: changes to proper assertion in testAddToDoItem
the testAddToDoItem was using asserTrue to check isOverdue between item and the copy the best practice is to use assertEquals
Loading
Please register or sign in to comment
the testAddToDoItem was using asserTrue to check isOverdue between item and the copy the best practice is to use assertEquals