Skip to content

Commit

Permalink
Fix filename casing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Jan 27, 2025
1 parent 878c6f2 commit e024ed1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void qICore() throws IOException {

@Test
void testPCSBMIScreenAndFollowUpFHIR() throws IOException {
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSBMIScreenAndFollowupFHIR.cql", 0);
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSBMIScreenAndFollowUpFHIR.cql", 0);

Library library = translator.toELM();
Map<String, ExpressionDef> defs = new HashMap<>();
Expand All @@ -190,7 +190,7 @@ void testPCSBMIScreenAndFollowUpFHIR() throws IOException {

@Test
void testPCSDepressionScreenAdnFollowUpFHIR() throws IOException {
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSDepressionScreenAndFollowUPFHIR.cql", 0);
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSDepressionScreenAndFollowUpFHIR.cql", 0);

Library library = translator.toELM();
Map<String, ExpressionDef> defs = new HashMap<>();
Expand Down

0 comments on commit e024ed1

Please sign in to comment.