mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix: length
This commit is contained in:
@@ -67,7 +67,7 @@ describe('FileModificationService', () => {
|
|||||||
|
|
||||||
it('should load modifications', async () => {
|
it('should load modifications', async () => {
|
||||||
const mods = await service.loadModifications();
|
const mods = await service.loadModifications();
|
||||||
expect(mods).toBeGreaterThan(0);
|
expect(mods.length).toBeGreaterThan(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should apply modifications', async () => {
|
it('should apply modifications', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user