fix: add throws Exception to findMain_emptyDir_returnsNull test
Build & Deploy / build-and-deploy (push) Successful in 40s
Build & Deploy / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -65,7 +65,7 @@ class ExecutableDetectorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void findMain_emptyDir_returnsNull(@TempDir Path dir) {
|
||||
void findMain_emptyDir_returnsNull(@TempDir Path dir) throws Exception {
|
||||
assertNull(detector.findMain(dir));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user