Skip to content

Commit

Permalink
Letter sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 3, 2024
1 parent 8fdb370 commit 0ad589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IO/TestGeojsonWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class TestGeojsonExample : public TestGeojsonWriter {
}

Types::string const TestCaseSmallExampleInput_ = "../../tests/Data/PowerGrids/PyPSAExampleGeoJsonWriter";
Types::string const TestCaseSmallExampleExpectedOutput_ = "../../tests/Data/Output/PyPSAExampleJsonWriterExpectedOutput.json";
Types::string const TestCaseSmallExampleExpectedOutput_ = "../../tests/Data/Output/PyPsaExampleJsonWriterExpectedOutput.json";
Types::string const TestCaseSmallExampleOutputFile_ = "../../tests/Data/Output/PyPSAExampleJsonWriter.json";
};

Expand Down

0 comments on commit 0ad589b

Please sign in to comment.