File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/diagnosticreport Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ void When_DiagnosticReport_Has_SpecimenAndUnlinkedTestResult_ExpectADummySpecime
309309 }
310310
311311 @ Test
312- void When_DiagnosticReport_Has_SpecimenAndUnlinkedTestResult_ExpectScenario2 () {
312+ void When_DiagnosticReport_Has_SpecimenALinkedTestResultAndAnUnlinkedTestResult_ExpectASpecimenOnAllTestResults () {
313313 final String diagnosticReportFileName = "diagnostic-report-with-one-specimen-one-linked-observation-and-one-unlinked-observation.json" ;
314314 final DiagnosticReport diagnosticReport = getDiagnosticReportResourceFromJson (diagnosticReportFileName );
315315 final Bundle bundle = getBundleResourceFromJson (INPUT_JSON_BUNDLE );
You can’t perform that action at this time.
0 commit comments