Skip to content

Commit

Permalink
Unit test for processor base class
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkm committed Oct 24, 2024
1 parent 999597d commit 10d8566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void run(
Path controlFilePath = inputFileResolver.toPath(controlFileName).getParent();
FileSystemFileResolver relativeResolver = new FileSystemFileResolver(controlFilePath);

parser.parse(is, relativeResolver, controlMap);
controlMap = parser.parse(is, relativeResolver, controlMap);
}
}

Expand Down

0 comments on commit 10d8566

Please sign in to comment.