Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix: sc for quicktest (#102)
Browse files Browse the repository at this point in the history
* fix: include sc for quicktests

* fix: include sc for quicktests

* fix: include sc for quicktests

* Update TestResultService.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
  • Loading branch information
ascheibal and f11h committed Jun 11, 2021
1 parent 52e6904 commit d47199f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public TestResult convertQuickTest(QuickTestResult quickTestResult, String labId
testResult.setResult(quickTestResult.getResult());
testResult.setLabId(labId);
testResult.setId(hashingService.sha256Hash(quickTestResult.getId()));
testResult.setSc(quickTestResult.getSc());
return testResult;
}

Expand Down

0 comments on commit d47199f

Please sign in to comment.