mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Fix sonarcloud issue for exception
This commit is contained in:
+1
@@ -69,6 +69,7 @@ describe('SearchInputComponent', () => {
|
|||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
fail(`Checkbox with id ${id} not found`);
|
fail(`Checkbox with id ${id} not found`);
|
||||||
|
throw err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user