Skip to content

Commit 2a079db

Browse files
committed
test fixed.
1 parent 5440b52 commit 2a079db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jodd-proxetta/src/test/java/jodd/proxetta/AnnTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public boolean apply(MethodInfo methodInfo) {
116116
Object hero = proxettaBuilder.newInstance();
117117

118118
Method nameMethod = hero.getClass().getMethod("name");
119-
assertEquals("BatmanHero37W88.3CatWoman99speeeeedXRAYnull", nameMethod.invoke(nameMethod));
119+
assertEquals("BatmanHero37W88.3CatWoman99speeeeedXRAYnull", nameMethod.invoke(hero));
120120
}
121121

122122
@Test

0 commit comments

Comments
 (0)