Skip to content

Commit a332d60

Browse files
committed
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
2 parents 4d331ad + 5347dfb commit a332d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ private String getInstanceMethodOutput(String methodName, Object[] args)// throw
439439
if (m.getName().equals(methodName)) {
440440

441441
if (!checkStaticMethod(m) && checkReturnType(m, "void")) {
442-
return getInstanceMethodOutput(m, null);
442+
return getInstanceMethodOutput(m, args);
443443
} else if (!checkStaticMethod(m)) {
444444
Object o = getTestInstance();
445445

0 commit comments

Comments
 (0)