Skip to content

Commit

Permalink
chore(happiness_manager): remove wine reference that slipped through
Browse files Browse the repository at this point in the history
  • Loading branch information
eslopfer committed Dec 29, 2022
1 parent 16c745a commit ca0881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/happiness-manager_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' }),
Expand Down

0 comments on commit ca0881b

Please sign in to comment.