mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Upgraded/pruned deps, applied linting fixes
This commit is contained in:
@@ -51,12 +51,12 @@ describe('graph.Context', () => {
|
||||
id: '1',
|
||||
name: 'Tag',
|
||||
})
|
||||
.then(() => {
|
||||
throw new Error('should not reach this point');
|
||||
})
|
||||
.catch((err) => {
|
||||
expect(err).to.be.equal(errors.ErrNotAuthorized);
|
||||
});
|
||||
.then(() => {
|
||||
throw new Error('should not reach this point');
|
||||
})
|
||||
.catch((err) => {
|
||||
expect(err).to.be.equal(errors.ErrNotAuthorized);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user