Skip to content

Commit ca33409

Browse files
joshhealdclaude
andcommitted
Add missing POSItemIdentifier import to PointOfSaleItemsControllerTests
Fixes compilation errors where POSItemIdentifier was not found in scope. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c5362dd commit ca33409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Tests/PointOfSaleTests/Controllers/PointOfSaleItemsControllerTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Foundation
33
@testable import PointOfSale
44
import struct Yosemite.POSVariableParentProduct
55
import enum Yosemite.POSItem
6+
import struct Yosemite.POSItemIdentifier
67
import enum Yosemite.PointOfSaleItemServiceError
78
import class Yosemite.PointOfSaleItemFetchStrategyFactory
89
@testable import struct Yosemite.PointOfSaleSearchPurchasableItemFetchStrategy

0 commit comments

Comments
 (0)