Closed AronBuzogany closed 1 year ago
I can't test this because of https://github.com/SolidLabResearch/generic-data-viewer/issues/76
I can't test this because of https://github.com/SolidLabResearch/generic-data-viewer/issues/76
I have tested it by replacing the fetch function with
...
fetch: () => {throw new Error("fail")}
...
After refreshing a failed query, it fails again.
I can't test this because of #76
I have tested it by replacing the fetch function with
... fetch: () => {throw new Error("fail")} ...
After refreshing a failed query, it fails again.
For development sure, but from my side I only test the code as it is. Thus, #76 has to be fixed first before I look into this PR.
As of #78 this now works and all tests succeed.
Thanks to a response on the issue opened in the Comunica repo, issue #20 is resolved