fix lint files

This commit is contained in:
2025-01-05 10:40:49 +01:00
parent 189478f078
commit 26fd61e90a
7 changed files with 14 additions and 13 deletions

View File

@@ -19,6 +19,6 @@ describe('FilterComponent', () => {
});
it('should create', () => {
expect(component).toBeTruthy();
void expect(component).toBeTruthy();
});
});