Skip to content

Commit de893f4

Browse files
committed
fix numberOfActiveFilters in test
1 parent f5d1728 commit de893f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Orders/Filters/FilterOrderListViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class FilterOrderListViewModelTests: XCTestCase {
2727
product: FilterOrdersByProduct(id: 1, name: "Sample product"),
2828
customer: CustomerFilter(customer: Customer.fake().copy(customerID: 1)),
2929
salesChannel: .any,
30-
numberOfActiveFilters: 4)
30+
numberOfActiveFilters: 5)
3131

3232
// When
3333
let viewModel = FilterOrderListViewModel(filters: filters, allowedStatuses: [], siteID: 1)

0 commit comments

Comments
 (0)