Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
update test manufacturers
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaller committed Jul 14, 2021
1 parent d338627 commit 6237d7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,20 @@
"active": true,
"system": "https://covid-19-diagnostics.jrc.ec.europa.eu/devices",
"version": "2021-05-10 13:18:20 CET"
},
"1494": {
"display": "BIOSYNEX SWISS SA, BIOSYNEX COVID-19 Ag + BSS",
"lang": "en",
"active": true,
"system": "https://covid-19-diagnostics.jrc.ec.europa.eu/devices",
"version": "2021-07-07 05:08:11 CET"
},
"2228": {
"display": "SD Biosensor, Inc., SARS-CoV-2 Rapid Antigen Test Nasal",
"lang": "en",
"active": true,
"system": "https://covid-19-diagnostics.jrc.ec.europa.eu/devices",
"version": "2021-07-07 05:05:08 CET"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testFileHash() throws Exception {

@Test
public void testFileHashMultiple() throws Exception {
String expected = "72f93246f4575f93fff1ae9f4c62abfda7fa5bb6";
String expected = "8b8d0a2293b8ae2561ef1e7f4e7272573db45862";
List<String> pathsToValueSets =
ValueSetsController.PATHS_TO_VALUE_SETS.stream()
.map(p -> "classpath:" + p)
Expand Down

0 comments on commit 6237d7b

Please sign in to comment.