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' }),