fix: unit test issues

This commit is contained in:
Eli Bosley
2025-01-28 16:07:17 -05:00
parent ff63535b00
commit 74b9fd0159

View File

@@ -73,7 +73,7 @@ describe('FileModificationService', () => {
it('should apply modifications', async () => {
await expect(
service.applyModification(new TestFileModification())
).rejects.toThrowErrorMatchingSnapshot();
).resolves.toBe(undefined);
});
it('should not rollback any mods without loaded', async () => {