Browse Source

chore(happiness_manager): remove wine reference that slipped through

pull/1691/head
eslopfer 1 year ago
parent
commit
ca0881b4c6
  1. 2
      js/tests/happiness-manager_test.mjs

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

Loading…
Cancel
Save