Skip to content

Commit 28b2ee5

Browse files
committed
fix: remove unused constructor
1 parent 5de7b0a commit 28b2ee5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ class TestFileModification extends FileModification {
1919
id = 'test';
2020
public readonly filePath: string = FIXTURE_PATH;
2121

22-
constructor(logger: Logger) {
23-
super(logger);
24-
}
25-
2622
protected async generatePatch(): Promise<string> {
2723
return createPatch('text-patch-file.txt', ORIGINAL_CONTENT, 'modified');
2824
}

0 commit comments

Comments
 (0)