Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb committed Oct 17, 2023
1 parent e4370ed commit 27f8a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void testGetSourceDataCriteriaWithCriteriaWithCodes() {
RequestData data = requestData.toBuilder().cqlData(cql).build();
CqlTranslator translator =
TranslationResource.getInstance(false)
.buildTranslator(data.getCqlDataInputStream(), data.createMap());
.buildTranslator(data.getCqlDataInputStream(), data.createMap(), data.getSourceInfo());

Mockito.doNothing()
.when(cqlConversionService)
Expand Down

0 comments on commit 27f8a62

Please sign in to comment.