Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
JDK 17 ne object hash
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiubodiu committed Apr 14, 2023
1 parent 97d26ba commit 7162c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void testGetHash() {
// when
assertDoesNotThrow(() -> {
String hash = this.workFlowVersionService.getHash(object);
assertEquals(hash, "b0c8ed039dc102c0bab6a5e979931a0b");
assertEquals(hash, "3ffe85fac846ce265bcef0534e6334b7");
});
}

Expand Down

0 comments on commit 7162c60

Please sign in to comment.