Skip to content

Commit bfd4b2d

Browse files
joshhealdclaude
andcommitted
Add missing POSItemIdentifier import to TotalsViewHelperTests
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 a02954c commit bfd4b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Tests/PointOfSaleTests/ViewHelpers/TotalsViewHelperTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Testing
22
@testable import PointOfSale
3+
import struct Yosemite.POSItemIdentifier
34

45
struct TotalsViewHelperTests {
56

0 commit comments

Comments
 (0)