Skip to content

Commit 4662300

Browse files
committed
fix: length
1 parent 783adaf commit 4662300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('FileModificationService', () => {
6767

6868
it('should load modifications', async () => {
6969
const mods = await service.loadModifications();
70-
expect(mods).toBeGreaterThan(0);
70+
expect(mods.length).toBeGreaterThan(0);
7171
});
7272

7373
it('should apply modifications', async () => {

0 commit comments

Comments
 (0)