correct tempVIP test

This commit is contained in:
Michael C 2022-02-03 13:51:15 -05:00
parent db5922e4b7
commit 2b8944bf15
No known key found for this signature in database
GPG key ID: FFB04FB3B878B7B4

View file

@ -129,7 +129,7 @@ describe("tempVIP test", function() {
.then(async res => {
assert.strictEqual(res.status, 200);
const row = await getSegment(UUID0);
assert.strictEqual(row.votes, -2);
assert.strictEqual(row.votes, 1);
assert.strictEqual(row.locked, 0);
done();
})