Skip to content

Commit

Permalink
feat(#88): jtcop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 7, 2024
1 parent a4ecb43 commit dab9a76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void returnsOpen() throws Exception {
@Test
@ClearEnvironmentVariable(key = "INPUT_OPENAI_TOKEN")
@ClearEnvironmentVariable(key = "INPUT_DEEPINFRA_TOKEN")
@SuppressWarnings("JTCOP.RuleAssertionMessage")
void raisesErrorIfEmptyEnv() {
new Assertion<>(
"Which does not throw exception, but should",
Expand Down

0 comments on commit dab9a76

Please sign in to comment.