changed a test message

This commit is contained in:
Joe-Dowd
2020-04-01 22:12:32 +01:00
parent 7bf43cfe9a
commit 461483ea36

View File

@@ -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()
+ "/api/getVideoSponsorTimes?videoID=testtesttest", null,
(err, res, body) => {