fix: lint

This commit is contained in:
Eli Bosley
2025-02-03 10:56:14 -05:00
parent a502134c0a
commit 6beafbe8ed

View File

@@ -127,9 +127,7 @@ describe.sequential('FileModificationService', () => {
// Now apply again and ensure the contents don't change // Now apply again and ensure the contents don't change
await service.applyModification(mod); await service.applyModification(mod);
const errorMessage = mockLogger.warn.mock.calls[0][0]; const errorMessage = mockLogger.warn.mock.calls[0][0];
expect(errorMessage).toContain( expect(errorMessage).toContain('Could not load pregenerated patch for: test');
'Could not load pregenerated patch for: test'
);
}); });
afterEach(async () => { afterEach(async () => {