mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
correct tempVIP test
This commit is contained in:
@@ -129,7 +129,7 @@ describe("tempVIP test", function() {
|
|||||||
.then(async res => {
|
.then(async res => {
|
||||||
assert.strictEqual(res.status, 200);
|
assert.strictEqual(res.status, 200);
|
||||||
const row = await getSegment(UUID0);
|
const row = await getSegment(UUID0);
|
||||||
assert.strictEqual(row.votes, -2);
|
assert.strictEqual(row.votes, 1);
|
||||||
assert.strictEqual(row.locked, 0);
|
assert.strictEqual(row.locked, 0);
|
||||||
done();
|
done();
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user