diff --git a/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts b/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts index fd3284948..8a6366e83 100644 --- a/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts +++ b/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts @@ -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 () => {