minor test fix
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 17m26s

This commit is contained in:
2026-01-20 11:28:07 -08:00
parent 2379f3a878
commit f9fba3334f

View File

@@ -345,8 +345,8 @@ describe('E2E Deals and Price Tracking Journey', () => {
);
if (milkDeal) {
expect(milkDeal.best_price_cents).toBe(499); // Best price from Store 2
expect(milkDeal.store_id).toBe(store2Id);
expect(milkDeal.best_price_in_cents).toBe(499); // Best price from Store 2
expect(milkDeal.store.store_id).toBe(store2Id);
}
}