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

Co-authored-by: Veyndan Stuart <[email protected]>
  • Loading branch information
JakeWharton and veyndan authored Sep 27, 2023
1 parent 84c822c commit 77fdabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public fun <W : Any, S> TestRedwoodComposition(
scope: CoroutineScope,
provider: Widget.Provider<W>,
container: Widget.Children<W>,
initialUiConfigurations: UiConfiguration = UiConfiguration(),
initialUiConfiguration: UiConfiguration = UiConfiguration(),
createSnapshot: () -> S,
): TestRedwoodComposition<S> {
return RealTestRedwoodComposition(scope, provider, container, initialUiConfigurations, createSnapshot)
Expand Down

0 comments on commit 77fdabb

Please sign in to comment.