mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-17 13:08:49 +03:00
Merge pull request #432 from mchangrh/eslint-and-workflow
eslint + workflow formatting
This commit is contained in:
@@ -59,7 +59,7 @@ describe("getRating", () => {
|
||||
});
|
||||
|
||||
/*
|
||||
This test will fail if tests are already ran with redis.
|
||||
This test will fail if tests are already ran with redis.
|
||||
*/
|
||||
it("Should be able to bulk fetch", (done) => {
|
||||
getBulkRating([videoOnePartialHash, videoTwoPartialHash])
|
||||
|
||||
@@ -25,8 +25,8 @@ describe("redis test", function() {
|
||||
it("Should not be able to get not stored value", (done) => {
|
||||
redis.getAsync(randKey2)
|
||||
.then(res => {
|
||||
if (res.reply || res.err ) assert.fail("Value should not be found")
|
||||
if (res.reply || res.err ) assert.fail("Value should not be found");
|
||||
done();
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user