CodeNarc complains about the unused variable
This commit is contained in:
parent
7b66a31d80
commit
25c0d19f23
|
@ -13,7 +13,7 @@ class ModuleInjectionTest extends AgentTestRunner {
|
|||
*/
|
||||
def "test instrumenting java.desktop class"() {
|
||||
when:
|
||||
RepaintManager repaintManager = new RepaintManager()
|
||||
new RepaintManager()
|
||||
|
||||
then:
|
||||
noExceptionThrown()
|
||||
|
|
Loading…
Reference in New Issue