Merge pull request #2145 from hongwei1/develop

tests/fixed the failed tests
This commit is contained in:
Simon Redfern 2022-10-28 10:47:15 +02:00 committed by GitHub
commit bc3a48bf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,7 +652,7 @@ object ExampleValue {
lazy val executionDateExample = ConnectorField("2020-01-27",NoDescriptionProvided)
glossaryItems += makeGlossaryItem("execution_date", executionDateExample)
lazy val technologyExample = ConnectorField(NoExampleProvided,NoDescriptionProvided)
lazy val technologyExample = ConnectorField("technology1",NoDescriptionProvided)
glossaryItems += makeGlossaryItem("technology", technologyExample)
lazy val connectorNameExample = ConnectorField(NoExampleProvided,NoDescriptionProvided)