Tests: Partially fix the tests

This commit is contained in:
Pieter Vander Vennet 2023-05-17 13:16:43 +02:00
parent 3c338696bc
commit f934dad733
8 changed files with 2282 additions and 2221 deletions

View file

@ -11,6 +11,6 @@ beforeEach(async () => {
// Block internet access
Utils.externalDownloadFunction = async (url) => {
throw "Fetching " + url + "blocked in tests, use Utils.injectJsonDownloadForTests instead"
throw "Fetching " + url + " blocked in tests, use Utils.injectJsonDownloadForTests instead"
}
})