Fixed logging levels
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user