From 6beafbe8eda2b65c2abd70d526e17594b66a547c Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Mon, 3 Feb 2025 10:56:14 -0500 Subject: [PATCH] fix: lint --- .../unraid-file-modifier/unraid-file-modifier.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts b/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts index 26503ef0a..e6eea00be 100644 --- a/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts +++ b/api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts @@ -127,9 +127,7 @@ describe.sequential('FileModificationService', () => { // Now apply again and ensure the contents don't change await service.applyModification(mod); const errorMessage = mockLogger.warn.mock.calls[0][0]; - expect(errorMessage).toContain( - 'Could not load pregenerated patch for: test' - ); + expect(errorMessage).toContain('Could not load pregenerated patch for: test'); }); afterEach(async () => {