From 427251ed1db0a527fc4f8881a928344176740021 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 13 Mar 2020 11:10:08 -0500 Subject: [PATCH] fix(test): food expectation, sigh --- test/common/ops/buy/purchase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/ops/buy/purchase.js b/test/common/ops/buy/purchase.js index c97a8761eb..71f6099655 100644 --- a/test/common/ops/buy/purchase.js +++ b/test/common/ops/buy/purchase.js @@ -13,7 +13,7 @@ import { } from '../../../helpers/common.helper'; describe('shared.ops.purchase', () => { - const SEASONAL_FOOD = 'Meat'; + const SEASONAL_FOOD = 'Pie_Base'; let user; const goldPoints = 40; const analytics = { track () {} };