Fixed logging levels

This commit is contained in:
Bartek Kryza
2021-03-14 23:27:53 +01:00
parent c5beac2bd2
commit 5a5652a443
19 changed files with 57 additions and 76 deletions

View File

@@ -16,10 +16,8 @@
* limitations under the License.
*/
TEST_CASE("Test t00007", "[unit-test]")
TEST_CASE("t00007", "[unit-test]")
{
spdlog::set_level(spdlog::level::debug);
auto [config, db] = load_config("t00007");
auto diagram = config.diagrams["t00007_class"];