Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 20, 2024
1 parent bc7966e commit 6d09e51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ class CalendarViewTests {

@Test
fun findVisibleDaysAndMonthsWorksOnHorizontalOrientation() {
openExampleAt(5)
openExampleAt(0)

val calendarView = getView<CalendarView>(R.id.exSixCalendar)
val calendarView = getView<CalendarView>(R.id.exOneCalendar)

runOnMain {
// Scroll to a random date
Expand Down

0 comments on commit 6d09e51

Please sign in to comment.