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 0f3defd9c..f04df7d5b 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 @@ -67,7 +67,7 @@ describe('FileModificationService', () => { it('should load modifications', async () => { const mods = await service.loadModifications(); - expect(mods).toBeGreaterThan(0); + expect(mods.length).toBeGreaterThan(0); }); it('should apply modifications', async () => {