mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Fix typo in test
This commit is contained in:
parent
b9bcc35dd2
commit
1dcb63f2cc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ describe('postWarning', () => {
|
|||
.catch(err => done(err));
|
||||
});
|
||||
|
||||
it('Should not be able to create warning if vip (exp 403)', (done: Done) => {
|
||||
it('Should not be able to create warning if not vip (exp 403)', (done: Done) => {
|
||||
let json = {
|
||||
issuerUserID: 'warning-not-vip',
|
||||
userID: 'warning-1',
|
||||
|
|
Loading…
Reference in a new issue