Skip to content

Commit eb8be6e

Browse files
joshhealdclaude
andcommitted
Fix test compilation after trunk merge - add statusKey parameter
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 182184a commit eb8be6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Tests/YosemiteTests/PointOfSale/PointOfSaleLocalSearchPurchasableItemFetchStrategyTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ struct PointOfSaleLocalSearchPurchasableItemFetchStrategyTests {
490490
parentID: 0,
491491
manageStock: false,
492492
stockQuantity: nil,
493-
stockStatusKey: "instock"
493+
stockStatusKey: "instock",
494+
statusKey: "publish"
494495
)
495496
}
496497

0 commit comments

Comments
 (0)