From ca0881b4c6028a40ee6c9770096b68b51fbfc55c Mon Sep 17 00:00:00 2001 From: eslopfer Date: Thu, 29 Dec 2022 20:17:44 +0000 Subject: [PATCH] chore(happiness_manager): remove wine reference that slipped through --- js/tests/happiness-manager_test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/happiness-manager_test.mjs b/js/tests/happiness-manager_test.mjs index 5f0ca6103..f651cdc6b 100644 --- a/js/tests/happiness-manager_test.mjs +++ b/js/tests/happiness-manager_test.mjs @@ -127,7 +127,7 @@ tests.push(async ({ eq, ctx }) => { tests.push(async ({ eq, ctx }) => { // test when vips answer { drink: 'sparkling-water' } - // should create a list with wine-bottles and potatoes + // should create a list with sparkling-water-bottles and potatoes const answers = [ ...ctx.createAnswers(3, { answer: 'no', drink: 'sparkling-water' }), ...ctx.createAnswers(5, { answer: 'yes', drink: 'sparkling-water' }),