Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Jun 26, 2023
1 parent bfa408c commit f4524b5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,10 @@ class BackStackManagerTest {
TestRoute("foo/baz", "foo/baz"),
)
),
StateHolder(),
TestLifecycleOwner()
stateHolder = StateHolder(),
savedStateHolder = TestSavedStateHolder(),
lifecycleOwner = TestLifecycleOwner(),
persistNavState = false,
)

fun navigate(path: String, navOptions: NavOptions) {
Expand Down

0 comments on commit f4524b5

Please sign in to comment.