Reenable locks

This commit is contained in:
Ajay
2023-04-28 14:15:18 -04:00
parent a1b5c38e5a
commit 6f0abddd3e
2 changed files with 5 additions and 6 deletions

View File

@@ -177,7 +177,7 @@ describe("postBranding", () => {
assert.strictEqual(dbThumbnailVotes.shadowHidden, 0);
});
xit("Submit title and thumbnail as VIP", async () => {
it("Submit title and thumbnail as VIP", async () => {
const videoID = "postBrand6";
const title = {
title: "Some title",
@@ -218,7 +218,7 @@ describe("postBranding", () => {
assert.strictEqual(dbThumbnailVotes.shadowHidden, 0);
});
xit("Submit another title and thumbnail as VIP unlocks others", async () => {
it("Submit another title and thumbnail as VIP unlocks others", async () => {
const videoID = "postBrand6";
const title = {
title: "Some other title",