Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <[email protected]>
  • Loading branch information
jamal-khey committed Nov 7, 2023
1 parent 4468359 commit a94310f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ public void testDeleteTryToDeleteEmptyStashedModification() throws Exception {
.queryParam("onlyStashed", "true")
.queryParam("groupUuid", TEST_GROUP_ID.toString()))
.andExpect(status().isBadRequest());
// assertEquals(3, modificationRepository.getModifications(TEST_GROUP_ID, false, true).size());
}

@Test
Expand Down

0 comments on commit a94310f

Please sign in to comment.