This commit is contained in:
Calvin Montgomery 2021-08-12 19:48:06 -07:00
parent 5f799fe1a1
commit 11a0cd79bb
1 changed files with 1 additions and 0 deletions

View File

@ -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);
});