Open pdurbin opened 3 months ago
Test dataset file not found.
The error above is thrown because this file can't be found: ./src/test/resources/testDataset/datasetJson.json
I'm assume it's related to the NPE. 🤷
this file can't be found: ./src/test/resources
Ah, that directory is in .gitignore:
% cat .gitignore
target
src/test/resources
.vscode
Maybe it shouldn't be? 🤔 So the tests can pass?
I'm on 2927c37 and there's a test failing:
For more context, I'm just starting to look at this exporter, as I mentioned here: https://github.com/IQSS/dataverse/pull/10086#issuecomment-2269897752