Skip to content

Commit

Permalink
Fix the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Mar 1, 2024
1 parent 47a192a commit 03b0bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void writeExampleAnalysisOutput() throws Exception {
AnalysisResults results = createTestAnalysisResults();
AnalysisResultsMetadata metadata = createTestMetadata();
Path current = Path.of(".");
OutputOptions oo = new OutputOptions(LrThreshold.notInitialized(), MinDiagnosisCount.setToUserDefinedMinCount(2), 1.f, true, current, "test");
OutputOptions oo = new OutputOptions(LrThreshold.notInitialized(), MinDiagnosisCount.setToUserDefinedMinCount(2), 1.f, true, false, current, "test");
writer.process(analysisData, results, metadata, oo);

String output = readFileIntoString(TEST_OUTPUT);
Expand Down

0 comments on commit 03b0bee

Please sign in to comment.