Skip to content

Commit 60a6b6e

Browse files
committed
Fix test
1 parent 739258b commit 60a6b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/WooCommerceTests/POS/Mocks/MockPointOfSaleItemsService.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ final class MockPointOfSaleItemsController: PointOfSaleItemsControllerProtocol {
1111

1212
func loadItems(base: ItemListBaseItem) async { }
1313

14+
func refreshItems(base: WooCommerce.ItemListBaseItem) async { }
15+
1416
func loadNextItems(base: ItemListBaseItem) async { }
1517
}

0 commit comments

Comments
 (0)