Skip to content

Commit f86d6fc

Browse files
committed
fix: repeated tests that use pipe delimiter would not load correctly
closes #5685
1 parent 594db59 commit f86d6fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/ts/test/words-generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ export async function getNextWord(
759759
}
760760
} else {
761761
console.debug("Repeated word: ", repeated);
762+
sectionIndex++;
762763
return repeated;
763764
}
764765
}

0 commit comments

Comments
 (0)