File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
WooCommerce/src/test/kotlin/com/woocommerce/android/ui/bookings/list Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ class BookingListHandlerTest : BaseUnitTest() {
170
170
start = Instant .now(),
171
171
end = Instant .now() + Duration .ofDays(1 ),
172
172
allDay = false ,
173
- status = " confirmed " ,
173
+ status = BookingEntity . Status . Confirmed ,
174
174
cost = " 100.00" ,
175
175
currency = " USD" ,
176
176
customerId = 1L ,
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class BookingListViewModelTest : BaseUnitTest() {
227
227
start = Instant .now(),
228
228
end = Instant .now() + Duration .ofDays(1 ),
229
229
allDay = false ,
230
- status = " confirmed " ,
230
+ status = BookingEntity . Status . Confirmed ,
231
231
cost = " 100.00" ,
232
232
currency = " USD" ,
233
233
customerId = 1L ,
You can’t perform that action at this time.
0 commit comments