Skip to content

Commit

Permalink
unit test to check stashed is set #346
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <[email protected]>
  • Loading branch information
jamal-khey committed Oct 12, 2023
1 parent 03fb779 commit 5f0555c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public void testRead() throws Exception {
});

assertThat(receivedModification).recursivelyEquals(modificationToRead);
assertNotNull(receivedModification.getStashed());
}

@Test
Expand Down

0 comments on commit 5f0555c

Please sign in to comment.