Skip to content

Commit e7f43ae

Browse files
authored
Update jindong/src/commonTest/kotlin/io/github/jindong/node/RepeatNodeTest.kt
1 parent 6ac79fc commit e7f43ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jindong/src/commonTest/kotlin/io/github/jindong/node/RepeatNodeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class RepeatNodeTest :
9797
}
9898
}
9999

100-
test("collectEvents should handle DelayNode by advancing time only") {
100+
test("collectEvents should offset next iteration start time by delay duration") {
101101
val node = RepeatNode(count = 2)
102102
node.children.add(HapticEventNode(durationMs = 50, intensity = 0.8f))
103103
node.children.add(DelayNode(durationMs = 100))

0 commit comments

Comments
 (0)