Skip to content

Commit 7bb03b7

Browse files
committed
fix: unit test issues
1 parent 71eebcd commit 7bb03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('FileModificationService', () => {
7373
it('should apply modifications', async () => {
7474
await expect(
7575
service.applyModification(new TestFileModification())
76-
).rejects.toThrowErrorMatchingSnapshot();
76+
).resolves.toBe(undefined);
7777
});
7878

7979
it('should not rollback any mods without loaded', async () => {

0 commit comments

Comments
 (0)