Skip to content

Commit

Permalink
fix: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed Sep 27, 2024
1 parent 86bb7b8 commit bcc375f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ void updateBookmark() {

UpdateBookmarkDTO updateOldBookmarkDTO = new UpdateBookmarkDTO();
updateOldBookmarkDTO.setDisplayName("shouldNotBeUpdated");
updateOldBookmarkDTO.setModificationCount(0);
updateOldBookmarkDTO.setPosition(1);
updateOldBookmarkDTO.setModificationCount(12);

// update Slot with old modificationCount
given()
Expand Down

0 comments on commit bcc375f

Please sign in to comment.