mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: lint
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user