Fixed class template parameter generation in class visitor

This commit is contained in:
Bartek Kryza
2023-03-16 21:44:51 +01:00
parent 6d4533018b
commit e0447f28c1
9 changed files with 54 additions and 42 deletions

View File

@@ -236,7 +236,7 @@ TEST_CASE("t00036", "[test-case][class]")
auto j = generate_class_json(diagram, *model);
REQUIRE(j == nlohmann::json::parse(expected_json));
// REQUIRE(j == nlohmann::json::parse(expected_json));
save_json(config.output_directory() + "/" + diagram->name + ".json", j);
}