We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b90c1 commit 38b15ceCopy full SHA for 38b15ce
WooCommerce/WooCommerceTests/POS/Controllers/PointOfSaleCouponsControllerTests.swift
@@ -8,7 +8,7 @@ import struct Yosemite.POSCoupon
8
import struct Yosemite.PagedItems
9
import struct Yosemite.POSVariableParentProduct
10
11
-final class MockPointOfSaleCouponService: PointOfSaleItemServiceProtocol{
+final class MockPointOfSaleCouponService: PointOfSaleItemServiceProtocol {
12
var shouldReturnZeroItems = false
13
14
func providePointOfSaleItems(pageNumber: Int) async throws -> PagedItems<POSItem> {
0 commit comments