Skip to content

Commit

Permalink
Use JSON backend in CoreTest
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 13, 2023
1 parent 3bc087c commit bef9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CoreTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ TEST_CASE("custom_hierarchies", "[core]")

TEST_CASE("custom_hierarchies_no_rw", "[core]")
{
std::string filePath = "../samples/custom_hierarchies.bp";
std::string filePath = "../samples/custom_hierarchies.json";
Series write(filePath, Access::CREATE);
write.setMeshesPath(std::vector<std::string>{".*/meshes/"});
write.iterations[0]["custom"]["hierarchy"];
Expand Down

0 comments on commit bef9c6b

Please sign in to comment.