You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/data/WooPosPopularProductsProvider.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ class WooPosPopularProductsProvider @Inject constructor(
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/items/search/WooPosItemsEmptySearchQueryStateScreen.kt
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/items/search/WooPosItemsSearchViewModel.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ class WooPosItemsSearchViewModel @Inject constructor(
Copy file name to clipboardExpand all lines: WooCommerce/src/test/kotlin/com/woocommerce/android/ui/woopos/common/data/WooPosPopularProductsProviderTest.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ class WooPosPopularProductsProviderTest {
63
63
productStore.fetchProducts(
64
64
site = siteModel,
65
65
offset =0,
66
-
pageSize =3,
66
+
pageSize =10,
67
67
filterOptions = emptyMap(),
68
68
includeTypes = emptyList(),
69
69
sortType =ProductSorting.POPULARITY_DESC
@@ -88,7 +88,7 @@ class WooPosPopularProductsProviderTest {
88
88
productStore.fetchProducts(
89
89
site = siteModel,
90
90
offset =0,
91
-
pageSize =3,
91
+
pageSize =10,
92
92
filterOptions = emptyMap(),
93
93
includeTypes = emptyList(),
94
94
sortType =ProductSorting.POPULARITY_DESC
@@ -122,7 +122,7 @@ class WooPosPopularProductsProviderTest {
122
122
productStore.fetchProducts(
123
123
site = siteModel,
124
124
offset =0,
125
-
pageSize =3,
125
+
pageSize =10,
126
126
filterOptions = emptyMap(),
127
127
includeTypes = emptyList(),
128
128
sortType =ProductSorting.POPULARITY_DESC
@@ -149,7 +149,7 @@ class WooPosPopularProductsProviderTest {
149
149
productStore.fetchProducts(
150
150
site = siteModel,
151
151
offset =0,
152
-
pageSize =3,
152
+
pageSize =10,
153
153
filterOptions = emptyMap(),
154
154
includeTypes = emptyList(),
155
155
sortType =ProductSorting.POPULARITY_DESC
@@ -175,7 +175,7 @@ class WooPosPopularProductsProviderTest {
Copy file name to clipboardExpand all lines: WooCommerce/src/test/kotlin/com/woocommerce/android/ui/woopos/home/items/search/WooPosItemsSearchViewModelTest.kt
+3-2
Original file line number
Diff line number
Diff line change
@@ -145,11 +145,12 @@ class WooPosItemsSearchViewModelTest {
145
145
val emptySearchQuery = value asWooPosItemsSearchViewState.EmptySearchQuery
0 commit comments