Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up dismissable_test to be less fragile (flutter#89870)
This cleans up the dismissable_test to be less fragile, and make it harder to forget to reset things between runs. I eliminated a bunch of globals that were susceptible to being missed and passed them in to buildTest instead, and removed some values that were always the same (itemExtent).
- Loading branch information