Skip to content

Commit ba2f3a6

Browse files
Fix test
1 parent 8b2f7dd commit ba2f3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/test/kotlin/com/woocommerce/android/ui/bookings/BookingMapperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class BookingMapperTest : BaseUnitTest() {
245245
}
246246

247247
// WHEN
248-
val model = mapper.run { booking.toBookingSummaryModel() }
248+
val model = mapper.run { booking.toBookingSummaryModel(AttendanceUpdateStatus.Idle) }
249249

250250
// THEN
251251
assertThat(model.status).isEqualTo(BookingStatus.PayAtLocation)

0 commit comments

Comments
 (0)