Skip to content

Commit

Permalink
fix wrong submission path
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasmds committed Sep 19, 2023
1 parent e65e73f commit ceaa226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/implementation-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function run() {
const submissionPath = join(experimentStorageProjectPath, submission)
const reviewResult = await main.reviewSubmission(submissionPath)
const reportGenerator = new ReportGenerator(submissionPath)
reportGenerator.generate(reviewResult, submission)
reportGenerator.generate(reviewResult, submissionPath)
}
}

Expand Down

0 comments on commit ceaa226

Please sign in to comment.