fix: length

This commit is contained in:
Eli Bosley
2025-01-29 13:46:52 -05:00
parent ddfc36fd73
commit 8481c9a9fb

View File

@@ -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 () => {