Skip to content

Commit

Permalink
Update workflow-runtime/src/commonTest/kotlin/com/squareup/workflow1/…
Browse files Browse the repository at this point in the history
…RenderWorkflowInTest.kt

Co-authored-by: Ray Ryan <[email protected]>
  • Loading branch information
steve-the-edwards and rjrjr authored Feb 21, 2025
1 parent ce54070 commit 1b1aa06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ class RenderWorkflowInTest {
}
advanceUntilIdle()

// 2 renderings (initial and then the update.) Not *3* renderings.
assertEquals(2, renderCount)
assertEquals(1, childHandlerActionExecuted)
assertEquals(1, workerActionExecuted)
Expand Down

0 comments on commit 1b1aa06

Please sign in to comment.