mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: length
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user