Skip to content

Commit

Permalink
Add missing receivedSubmissionId check in HapiMetadataConverterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 committed Mar 26, 2024
1 parent 0fab3fd commit d557068
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ class HapiMetadataConverterTest extends Specification {
result.getIssue().get(6).diagnostics == failureReason
result.getIssue().get(7).diagnostics == messageType.toString()
result.getIssue().get(8).diagnostics == "sentSubmissionId"
result.getIssue().get(9).diagnostics == "receivedSubmissionId"
}
}

0 comments on commit d557068

Please sign in to comment.