Skip to content

Commit af4c7e9

Browse files
hindogIoannisPanagiotas
authored andcommitted
Update test
1 parent 624bd68 commit af4c7e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

algo/src/test/java/org/neo4j/gds/traversal/RandomWalkTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,9 @@ void testWithConfiguredOffsetStartNodes() {
414414

415415
/**
416416
* Ensure that when termination flag is set externally, we terminate the walk
417-
* @throws InterruptedException
418417
*/
419418
@Test
420-
void testPartialReadMultipleRuns() {
419+
void testSetTerminationFlagAndMultipleRuns() {
421420
for (int i = 0; i < 3; i++) {
422421
Node2VecStreamConfig config = ImmutableNode2VecStreamConfig.builder()
423422
.walkBufferSize(1)

0 commit comments

Comments
 (0)