mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 05:27:00 +03:00
update getLockReason
This commit is contained in:
@@ -171,7 +171,7 @@ describe("getLockCategories", () => {
|
||||
reason: "1-longer-reason",
|
||||
actionTypes: ["mute"]
|
||||
};
|
||||
assert.deepStrictEqual(res.data, expected);
|
||||
mixedDeepEquals(res.data, expected);
|
||||
done();
|
||||
})
|
||||
.catch(err => done(err));
|
||||
@@ -190,7 +190,7 @@ describe("getLockCategories", () => {
|
||||
reason: "3-longer-reason",
|
||||
actionTypes
|
||||
};
|
||||
assert.deepStrictEqual(res.data, expected);
|
||||
mixedDeepEquals(res.data, expected);
|
||||
done();
|
||||
})
|
||||
.catch(err => done(err));
|
||||
|
||||
Reference in New Issue
Block a user