Fixed formatting

This commit is contained in:
Bartek Kryza
2022-12-09 22:12:49 +01:00
parent 69ca8c2d8e
commit 290e1ab0fe
10 changed files with 26 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ TEST_CASE("t20014", "[test-case][sequence]")
REQUIRE_THAT(puml, StartsWith("@startuml"));
REQUIRE_THAT(puml, EndsWith("@enduml\n"));
// Check if all calls exist
REQUIRE_THAT(puml, HasCall(_A("tmain()"), _A("B"), "b1(int,int)"));
REQUIRE_THAT(puml, HasCall(_A("B"), _A("A"), "a1(int,int)"));