mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
correct tempVIP test
This commit is contained in:
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user