Skip to content
Snippets Groups Projects
Unverified Commit 12e7a64f authored by Chilja Gossow's avatar Chilja Gossow Committed by GitHub
Browse files

Remove white space that brakes cert logic (EXPOSUREAPP-10455) (#4344)


* remove space

* remove space

Co-authored-by: default avatarJuraj Kusnier <jurajkusnier@users.noreply.github.com>
parent 51a77902
No related branches found
Tags v2.13.3-RC0
No related merge requests found
......@@ -25,7 +25,7 @@ class ValueSetWrapper @Inject constructor(
COUNTRY to countryCodes,
DISEASE to vaccinationValues.tg.items.map { it.key },
"sct-vaccines-covid-19" to vaccinationValues.vp.items.map { it.key },
"vaccines-covid-19-auth-holders " to vaccinationValues.ma.items.map { it.key },
"vaccines-covid-19-auth-holders" to vaccinationValues.ma.items.map { it.key },
"vaccines-covid-19-names" to vaccinationValues.mp.items.map { it.key },
"covid-19-lab-result" to testValues.tr.items.map { it.key },
"covid-19-lab-test-manufacturer-and-name" to testValues.ma.items.map { it.key },
......
......@@ -39,7 +39,7 @@ class ValueSetWrapperTest : BaseTest() {
countryCodeMap,
"disease-agent-targeted" to listOf(ValueSetTestData.tgItemEn.first),
"sct-vaccines-covid-19" to listOf(ValueSetTestData.vpItemEn.first),
"vaccines-covid-19-auth-holders " to listOf(ValueSetTestData.maItemEn.first),
"vaccines-covid-19-auth-holders" to listOf(ValueSetTestData.maItemEn.first),
"vaccines-covid-19-names" to listOf(ValueSetTestData.mpItemEn.first),
"covid-19-lab-result" to listOf(ValueSetTestData.trItemEn.first),
"covid-19-lab-test-manufacturer-and-name" to listOf(ValueSetTestData.tcMaItemEn.first),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment