Skip to content

Commit

Permalink
Missing assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jan 9, 2024
1 parent 99d4ccc commit ad9db0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ void trim_WhenAllElementsAreUnused() {

workspace.trim();
assertEquals(0, workspace.getModel().getElements().size());
assertEquals(0, workspace.getModel().getRelationships().size());
}

@Test
Expand Down

0 comments on commit ad9db0f

Please sign in to comment.