Skip to content

Commit 0ee0e42

Browse files
committed
test
1 parent c7f2582 commit 0ee0e42

File tree

1 file changed

+5
-0
lines changed
  • databricks-sdk-java/src/test/java/com/databricks/sdk/integration

1 file changed

+5
-0
lines changed

databricks-sdk-java/src/test/java/com/databricks/sdk/integration/JobsIT.java

+5
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ void getNonExistingJob(WorkspaceClient w) {
3232
w.jobs().get(123456789);
3333
});
3434
}
35+
36+
@Test
37+
void justFail(WorkspaceClient w) {
38+
fail();
39+
}
3540
}

0 commit comments

Comments
 (0)