Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 6, 2024
1 parent 0091cea commit 32e6580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ private List<List<Double>> createDummyRequest(double[] fractions, int len) {
private Collection<TestData> getTestData() throws IOException {
ClassLoader classLoader = getClass().getClassLoader();
File folder =
new File(classLoader.getResource("neqsim/thermodynamicOperations/testcases").getFile());
new File(classLoader.getResource("neqsim/thermodynamicoperations/testcases").getFile());

HashMap<String, TestData> testData = new HashMap<>();

Expand Down

0 comments on commit 32e6580

Please sign in to comment.