Skip to content

Commit bea7e53

Browse files
Add change log entry
Co-authored-by: Ioannis Panagiotas <ioannis.panagiotas@neotechnology.com>
1 parent 0240426 commit bea7e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algo/src/test/java/org/neo4j/gds/embeddings/node2vec/Node2VecMemoryEstimateDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void shouldEstimateMemory() {
4343

4444
MemoryEstimationAssert.assertThat(memoryEstimation)
4545
.memoryRange(1000, new Concurrency(1))
46-
.hasSameMinAndMaxEqualTo(7_688_464L);
46+
.hasSameMinAndMaxEqualTo(7_688_472L);
4747
}
4848

4949
}

0 commit comments

Comments
 (0)