Skip to content

Commit 06b3063

Browse files
committed
feat: updated lesson15 unit test HW to handle exception case by Yemi
1 parent 4604aff commit 06b3063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_15/tdd/tdd_app/src/test/java/EmployeeManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public void testGetEmployee() {
7070
// Assert
7171
assertEquals(employee, returnedEmployee);
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)