Fixed logging levels
This commit is contained in:
@@ -16,10 +16,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("Test t20001", "[unit-test]")
|
||||
TEST_CASE("t20001", "[unit-test]")
|
||||
{
|
||||
spdlog::set_level(spdlog::level::debug);
|
||||
|
||||
auto [config, db] = load_config("t20001");
|
||||
|
||||
auto diagram = config.diagrams["t20001_sequence"];
|
||||
|
||||
Reference in New Issue
Block a user