From 11a0cd79bbb99e0e3a9a6ccb4c574f93bd49ae3f Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Thu, 12 Aug 2021 19:48:06 -0700 Subject: [PATCH] Fix test --- test/poll.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/poll.js b/test/poll.js index b32f546b..f3689755 100644 --- a/test/poll.js +++ b/test/poll.js @@ -232,6 +232,7 @@ describe('Poll', () => { // New code does not store null votes data.votes = { '5.6.7.8': 1 }; + data.retainVotes = false; assert.deepStrictEqual(poll.toChannelData(), data); });