mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Fixed linting and some tests
This commit is contained in:
@@ -15,7 +15,7 @@ describe('POST /user/mark-pms-read', () => {
|
||||
await user.update({
|
||||
'inbox.newMessages': 1,
|
||||
});
|
||||
let res = await user.post('/user/mark-pms-read');
|
||||
await user.post('/user/mark-pms-read');
|
||||
await user.sync();
|
||||
expect(user.inbox.newMessages).to.equal(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user