Skip to content

Commit 783adaf

Browse files
committed
fix: more generic test
1 parent 957234c commit 783adaf

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).toHaveLength(3);
70+
expect(mods).toBeGreaterThan(0);
7171
});
7272

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

0 commit comments

Comments
 (0)