Skip to content

Commit

Permalink
fix testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
issacto committed Jun 23, 2023
1 parent 15da953 commit 9d1b53f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ public List<String> getParsedTestSuiteLines(BufferedReader testSuiteReader,
}else{
expectUsing = false;
expectMockArguments = false;
if (expectUsing && !verifyInProgress) {
System.out.println("TRIGGERED");
if (!verifyInProgress) {
ignoreCobolStatementAndFieldNameKeyAction = true;
handleEndOfMockStatement(testSuiteReader, testSuiteToken, currentLineContainsArgument);
}
Expand Down

0 comments on commit 9d1b53f

Please sign in to comment.