mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-15 16:07:03 +03:00
Make /searchSegments return the segment description
This commit is contained in:
@@ -274,7 +274,8 @@ describe("getSearchSegments", () => {
|
||||
locked: 1,
|
||||
hidden: 0,
|
||||
shadowHidden: 0,
|
||||
userID: "searchTestUser"
|
||||
userID: "searchTestUser",
|
||||
description: ""
|
||||
};
|
||||
assert.deepStrictEqual(segment0, expected);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user