Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoc-db committed Jul 26, 2024
1 parent c7f2582 commit 0ee0e42
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ void getNonExistingJob(WorkspaceClient w) {
w.jobs().get(123456789);
});
}

@Test
void justFail(WorkspaceClient w) {
fail();
}
}

0 comments on commit 0ee0e42

Please sign in to comment.