fix: more generic test

This commit is contained in:
Eli Bosley
2025-01-29 13:38:14 -05:00
parent 3cc3f27dae
commit ddfc36fd73

View File

@@ -67,7 +67,7 @@ describe('FileModificationService', () => {
it('should load modifications', async () => {
const mods = await service.loadModifications();
expect(mods).toHaveLength(3);
expect(mods).toBeGreaterThan(0);
});
it('should apply modifications', async () => {