mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: unit test issues
This commit is contained in:
@@ -73,7 +73,7 @@ describe('FileModificationService', () => {
|
||||
it('should apply modifications', async () => {
|
||||
await expect(
|
||||
service.applyModification(new TestFileModification())
|
||||
).rejects.toThrowErrorMatchingSnapshot();
|
||||
).resolves.toBe(undefined);
|
||||
});
|
||||
|
||||
it('should not rollback any mods without loaded', async () => {
|
||||
|
||||
Reference in New Issue
Block a user