Use v5 of the UNIBI Gold ISSN list in test

This commit is contained in:
Alessia Bardi 2023-09-19 14:47:01 +02:00 committed by Claudio Atzori
parent cc7204a089
commit 0935d7757c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class DownloadCsvTest {
@Test
void getUnibiFileTest() throws CollectorException, IOException, ClassNotFoundException {
String fileURL = "https://pub.uni-bielefeld.de/download/2944717/2944718/issn_gold_oa_version_4.csv";
String fileURL = "https://pub.uni-bielefeld.de/download/2944717/2944718/issn_gold_oa_version_5.csv";
final String outputFile = workingDir + "/unibi_gold.json";
new DownloadCSV()