mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 14:37:17 +03:00
changed a test message
This commit is contained in:
@@ -32,7 +32,7 @@ describe('getVideoSponsorTime', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should be able to get the correct', (done) => {
|
it('Should be able to get the correct time', (done) => {
|
||||||
request.get(utils.getbaseURL()
|
request.get(utils.getbaseURL()
|
||||||
+ "/api/getVideoSponsorTimes?videoID=testtesttest", null,
|
+ "/api/getVideoSponsorTimes?videoID=testtesttest", null,
|
||||||
(err, res, body) => {
|
(err, res, body) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user