Cleaned up tests
This commit is contained in:
parent
a13a2b814b
commit
133d996029
4 changed files with 14 additions and 19 deletions
|
@ -49,7 +49,8 @@ class DetektOperationTest {
|
|||
void testExamplesExecute() {
|
||||
var op = new DetektOperation()
|
||||
.fromProject(new BaseProjectBlueprint(new File("examples"), "com.example",
|
||||
"Example"));
|
||||
"Example"))
|
||||
.debug(true);
|
||||
assertThatThrownBy(op::execute).isInstanceOf(ExitStatusException.class);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue