Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Gaikwad committed Nov 27, 2023
1 parent f26559f commit 4c838dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class BackStackParallaxTest {
with(visualisation.mapUpdate(backStackModel.output.value as Update<BackStackModel.State<InteractionTarget>>)) {
Assert.assertFalse(get(0).visibleState.value) // Child #1 should be false
Assert.assertFalse(get(1).visibleState.value) // Child #2 should be false
Assert.assertTrue(get(2).visibleState.value) // Child #3 should be true
Assert.assertFalse(get(2).visibleState.value) // Child #3 should be false
Assert.assertTrue(get(3).visibleState.value) // Child #4 should be true
}
}
Expand Down

0 comments on commit 4c838dc

Please sign in to comment.