Skip to content

Commit

Permalink
Update UtilsTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif authored Jan 25, 2024
1 parent 14b5162 commit 9174454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/test/java/apoc/util/UtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ public void hashIsStable(String hashFunc) {
"""
match (a:HashFunctionsAreStable)-[r]->(b:HashFunctionsAreStable)
return
apoc.util.%s([a, b, r, [a, b, r]]) as hash1,
apoc.util.%s([a, b, r, [a, b, r]]) as hash2
apoc.util.%s([a, b, r, [a, b, r]]) as hash1
""".formatted(hashFunc, hashFunc);
assertStableHash(seed, "nodes and rels", tx, nodesHashQuery, Map.of());
} finally {
Expand Down

0 comments on commit 9174454

Please sign in to comment.