Skip to content

Commit

Permalink
correction SonarCloud warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed May 15, 2024
1 parent 6e6fdaa commit 7099fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class AvoidMultipleIfElseStatementCheckTest {

@Test
public void test() throws Exception {
public void test() {
PythonCheckVerifier.verifyNoIssue("src/test/resources/checks/avoidMultipleIfElseStatementCompliant.py", new AvoidMultipleIfElseStatementCheck());
PythonCheckVerifier.verify("src/test/resources/checks/avoidMultipleIfElseStatementNonCompliant.py", new AvoidMultipleIfElseStatementCheck());
}
Expand Down

0 comments on commit 7099fd8

Please sign in to comment.