Implemented Update method
This commit is contained in:
@@ -43,6 +43,6 @@ public class DatabaseBadCasesTest {
|
||||
@Test
|
||||
@DisplayName("Updates an object that does not exist")
|
||||
public void assertUpdateNonExistentObject() throws SQLException {
|
||||
assertNull(databaseManager.updateObject(123, new Task(1, 2, "", "")));
|
||||
assertNull(databaseManager.updateObject(123, new Task(123, 2, "", "")));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user