Skip to content

Commit fe1b426

Browse files
eugenekolooleavr
authored andcommittedJul 23, 2019
Fix typo in test method name (#127)
1 parent 271a47a commit fe1b426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/re/frida/ClassCreationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void extendingClassCanBeImplemented() throws ClassNotFoundException, Inst
253253

254254
// Issue #122
255255
@Test
256-
public void extendingClassCanInvoekSuperMethod() throws ClassNotFoundException, InstantiationException, IllegalAccessException, IOException {
256+
public void extendingClassCanInvokeSuperMethod() throws ClassNotFoundException, InstantiationException, IllegalAccessException, IOException {
257257
loadScript("var SuperClass = Java.use('java.io.ByteArrayOutputStream');" +
258258
"var MyOutputStream = Java.registerClass({" +
259259
" name: 're.frida.MyOutputSteamEx'," +

0 commit comments

Comments
 (0)
Please sign in to comment.