Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
issacto committed Jun 23, 2023
1 parent ed4fccf commit d7529b3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,11 @@ public List<String> getParsedTestSuiteLines(BufferedReader testSuiteReader,
currentMockArgument = "";

}
expectUsing = false;
if (!verifyInProgress) {

if (expectUsing && !verifyInProgress) {
ignoreCobolStatementAndFieldNameKeyAction = true;
}
expectUsing = false;
}

if (verifyInProgress) {
Expand Down

0 comments on commit d7529b3

Please sign in to comment.