Removed dead code and improve test coverage

This commit is contained in:
Bartek Kryza
2023-01-18 21:32:21 +01:00
parent 00b9321034
commit a9f793e407
30 changed files with 98 additions and 174 deletions

View File

@@ -201,7 +201,7 @@ TEST_CASE("Test config emitters", "[unit-test]")
// Write the emitted YAML to a temp file
auto tmp_file = std::filesystem::temp_directory_path() /
fmt::format("clang-uml-{:16}", rand());
fmt::format("clang-uml-{:016}", rand());
{
std::ofstream stream(tmp_file.string().c_str(), std::ios::binary);