Skip to content

Commit

Permalink
Edit 3 for build-and-check Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
janelleenqi committed Oct 16, 2023
1 parent 1c3dba0 commit 7103ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/seedu/duke/ModuleListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void getDifferenceTest_twoModuleList_expectDifference() throws InvalidObjectExce
}
}

//success scenario 2: 2 ModuleList where the first is empty --> difference which is empty
//success scenario 2: 1 empty ModuleList, 1 ModuleList --> difference which is empty
@Test
void getDifferenceTest_oneEmptyModuleListAnotherModuleList_expectEmptyDifference() throws InvalidObjectException {
ModuleList first = new ModuleList();
Expand Down

0 comments on commit 7103ecb

Please sign in to comment.