Skip to content

Commit

Permalink
Update redwood-testing/src/commonMain/kotlin/app/cash/redwood/testing…
Browse files Browse the repository at this point in the history
…/TestRedwoodComposition.kt
  • Loading branch information
JakeWharton authored Sep 27, 2023
1 parent 8f2e406 commit 4e845dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private class RealTestRedwoodComposition<W : Any, S>(
scope: CoroutineScope,
provider: Widget.Provider<W>,
container: Widget.Children<W>,
initialUiConfigurations: UiConfiguration,
initialUiConfiguration: UiConfiguration,
createSnapshot: () -> S,
) : TestRedwoodComposition<S> {
/** Emit frames manually in [sendFrames]. */
Expand Down

0 comments on commit 4e845dd

Please sign in to comment.