Skip to content

Commit

Permalink
Merge pull request #1439 from CMSgov/feature/QPPSE-2008-Update_PY24_M…
Browse files Browse the repository at this point in the history
…easures_Changes

QPPSE-2008: Updated and tested PY24 measures changes to command line module
  • Loading branch information
sivaksb authored Jun 3, 2024
2 parents 8bab4d7 + 5365591 commit dd02bcc
Show file tree
Hide file tree
Showing 16 changed files with 5,727 additions and 100,290 deletions.
46 changes: 23 additions & 23 deletions ERROR_MESSAGES.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void deleteFiles() throws IOException {

@Test
public void testValidQpp() {
Path path = Paths.get("../qrda-files/valid-QRDA-III-latest.xml");
Path path = Paths.get("src/test/resources/valid-QRDA-III-latest.xml");
ConversionFileWriterWrapper converterWrapper = new ConversionFileWriterWrapper(path);

Context context = new Context();
Expand Down
Loading

0 comments on commit dd02bcc

Please sign in to comment.