Skip to content

Commit c0c910d

Browse files
author
bhupeshbhatia
committed
Removed salePrice from mockInv
1 parent c6b5653 commit c0c910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inventory_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var _ = Describe("InventoryAggregate", func() {
9393
Origin: "test-origin",
9494
Price: 13.4,
9595
RSCustomerID: rsCustomerID,
96-
SalePrice: 12.23,
96+
// SalePrice: 12.23,
9797
SKU: "test-sku",
9898
Timestamp: time.Now().Unix(),
9999
TotalWeight: 300,

0 commit comments

Comments
 (0)