mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
refactor(test): fix linting errors
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c26bdf51d0
commit
eca22f5623
9 changed files with 54 additions and 46 deletions
|
@ -234,7 +234,7 @@ describe('RevisionsService', () => {
|
|||
|
||||
const createdRevision = await service.createRevision(note, oldContent);
|
||||
expect(createdRevision).toBeUndefined();
|
||||
expect(saveSpy).not.toBeCalled();
|
||||
expect(saveSpy).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue