aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/logging.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-09 15:33:29 +0200
committerStefan Boberg <[email protected]>2023-05-09 15:33:29 +0200
commit0822a8481ce37ebfdc91fec288329f7671d069f9 (patch)
treec16957fdd0d699d09b3955548dcf72adb887bf7e /src/zencore/logging.cpp
parentimplemented thread-local activity tracking (diff)
downloadzen-0822a8481ce37ebfdc91fec288329f7671d069f9.tar.xz
zen-0822a8481ce37ebfdc91fec288329f7671d069f9.zip
make logging tests run as part of zencore-test
Diffstat (limited to 'src/zencore/logging.cpp')
-rw-r--r--src/zencore/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/logging.cpp b/src/zencore/logging.cpp
index 13a8ce9ef..33e81825c 100644
--- a/src/zencore/logging.cpp
+++ b/src/zencore/logging.cpp
@@ -187,7 +187,7 @@ TEST_CASE("simple.bread")
ZEN_LOG_SCOPE("{}:{}", "abc", "def");
CHECK_EQ(EmitBreadcrumbs(), "abc:def42plantamazeworldhello"sv);
}
- CHECK_EQ(EmitBreadcrumbs(), "amazeworldhello"sv);
+ CHECK_EQ(EmitBreadcrumbs(), "plantamazeworldhello"sv);
}
}