Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykov committed Jan 8, 2022
1 parent a426cc8 commit 59d2c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class MyException extends Exception { //violation
<expected-linenumbers>1</expected-linenumbers>
<code><![CDATA[
class MyException extends Exception { //violation
MyException(Exception cause, String pattern, Object... args) {}
MyException(Throwable cause, String pattern, Object... args) {}
}
]]></code>
</test-code>
Expand Down

0 comments on commit 59d2c78

Please sign in to comment.