[CST-5249] Added tests for OpenaireEventsRunnable

This commit is contained in:
Luca Giamminonni
2022-07-11 18:08:43 +02:00
parent 84b1ec71ef
commit 55f235ef9c
24 changed files with 542 additions and 82 deletions

View File

@@ -121,7 +121,7 @@ public class QAEvent {
try {
computedEventId();
} catch (NoSuchAlgorithmException | UnsupportedEncodingException e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}
return eventId;