mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
Improved formatting
This commit is contained in:
parent
178c4d9792
commit
69e321c405
1 changed files with 3 additions and 17 deletions
|
@ -348,6 +348,7 @@ describe("voteOnSponsorTime", () => {
|
|||
})
|
||||
.catch(err => done(err));
|
||||
});
|
||||
|
||||
it("Vip should be able to vote for a category and it should immediately change (segment unlocked, nextCatgeory unlocked, Vip)", (done) => {
|
||||
const userID = vipUser;
|
||||
const UUID = "category-change-uuid-5";
|
||||
|
@ -404,21 +405,6 @@ describe("voteOnSponsorTime", () => {
|
|||
.catch(err => done(err));
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
it("Should not be able to category-vote on an invalid UUID submission", (done) => {
|
||||
const UUID = "invalid-uuid";
|
||||
postVoteCategory("randomID3", UUID, "intro")
|
||||
|
|
Loading…
Reference in a new issue