Fixed formatting

This commit is contained in:
Bartek Kryza
2022-01-23 22:20:50 +01:00
parent cb7a4b9038
commit 98f103ec72
3 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ TEST_CASE("t30002", "[test-case][package]")
REQUIRE_THAT(puml, Contains("component [BB]"));
REQUIRE_THAT(puml, Contains("component [BBB]"));
//REQUIRE_THAT(puml, IsDependency(_A("BBB"), _A("AAA")));
// REQUIRE_THAT(puml, IsDependency(_A("BBB"), _A("AAA")));
save_puml(
"./" + config.output_directory + "/" + diagram->name + ".puml", puml);