We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5440b52 commit 2a079dbCopy full SHA for 2a079db
jodd-proxetta/src/test/java/jodd/proxetta/AnnTest.java
@@ -116,7 +116,7 @@ public boolean apply(MethodInfo methodInfo) {
116
Object hero = proxettaBuilder.newInstance();
117
118
Method nameMethod = hero.getClass().getMethod("name");
119
- assertEquals("BatmanHero37W88.3CatWoman99speeeeedXRAYnull", nameMethod.invoke(nameMethod));
+ assertEquals("BatmanHero37W88.3CatWoman99speeeeedXRAYnull", nameMethod.invoke(hero));
120
}
121
122
@Test
0 commit comments