Skip to content

Commit

Permalink
Merge pull request #125 from niscy-eudiw/bugfix/minor_fix
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
stzouvaras authored Jun 10, 2024
2 parents c81ca11 + 5b4bb52 commit 75934dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ object TestsData {
): RequestDataUi.OptionalField<Event> {
val uniqueId = mockedAgeVerificationDocType + elementIdentifier + docId
return mockCreateOptionalField(
documentIdentifierUi = DocumentIdentifier.MDL,
documentIdentifierUi = DocumentIdentifier.AGE,
uniqueId = uniqueId,
elementIdentifier = elementIdentifier,
value = value,
Expand Down

0 comments on commit 75934dd

Please sign in to comment.