Skip to content

Commit

Permalink
Fix path case in ConceptSetDBTest. (#208)
Browse files Browse the repository at this point in the history
Fixes #207.
  • Loading branch information
chrisknoll authored Feb 27, 2024
1 parent a032f64 commit 7bb3068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void inClauseConceptSetQueryTest() throws Exception {
final ITable actualResult = dbUnitCon.createQueryTable("inclause.result", translatedConceptsetQuery);

// Load expected data from an XML dataset
final String[] testDataSetsVerify = new String[] {"/conceptSet/inClause_VERIFY.json"};
final String[] testDataSetsVerify = new String[] {"/conceptset/inClause_VERIFY.json"};
final IDataSet expectedDataSet = DataSetFactory.createDataSet(testDataSetsVerify);
final ITable expectedResult = expectedDataSet.getTable("inclause.result");

Expand Down

0 comments on commit 7bb3068

Please sign in to comment.