chore(happiness_manager): remove wine reference that slipped through

This commit is contained in:
eslopfer 2022-12-29 20:17:44 +00:00
parent 16c745ae9b
commit ca0881b4c6
1 changed files with 1 additions and 1 deletions

View File

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