Skip to content

Commit d37005d

Browse files
committed
Fix lint
1 parent 60f51e1 commit d37005d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Tests/PointOfSaleTests/Mocks/MockPointOfSalePurchasableItemsSearchController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22
import Combine
33
@testable import PointOfSale
44
import enum Yosemite.POSItem
5-
import Yosemite
5+
import enum Yosemite.SearchDebounceStrategy
66

77
final class MockPointOfSalePurchasableItemsSearchController: PointOfSaleSearchingItemsControllerProtocol {
88
var itemsViewState: ItemsViewState = .init(containerState: .content,
@@ -18,5 +18,5 @@ final class MockPointOfSalePurchasableItemsSearchController: PointOfSaleSearchin
1818

1919
func loadNextItems(base: ItemListBaseItem) async { }
2020

21-
func clearSearchItems(baseItem: PointOfSale.ItemListBaseItem) { }
21+
func clearSearchItems(baseItem: ItemListBaseItem) { }
2222
}

0 commit comments

Comments
 (0)