Skip to content

Commit 2135a35

Browse files
committed
temp: fail test
1 parent ca437a0 commit 2135a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/test/kotlin/com/woocommerce/android/ui/woopos/home/items/search/WooPosSearchProductsDataSourceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class WooPosSearchProductsDataSourceTest {
6464
fun `given cached products, when searchLocalProducts called, then should return filtered products`() = runTest {
6565
// GIVEN
6666
val query = "test"
67-
whenever(wooPosProductsCache.getAll()).thenReturn(products)
67+
whenever(wooPosProductsCache.getAll()).thenReturn(emptyList())
6868

6969
// WHEN
7070
val result = sut.searchLocalProducts(query)

0 commit comments

Comments
 (0)