aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/zenserver-test.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-12 08:57:38 +0100
committerMartin Ridgers <[email protected]>2021-11-12 08:57:38 +0100
commit96888168970c947636e9663cbf7c3dd219d1aeab (patch)
tree55824a08801932ad75100868204254a6372af7e3 /zenserver-test/zenserver-test.cpp
parentFixed dlopen/close() unresolved symbols (diff)
parentHorde remote execute (#25) (diff)
downloadzen-96888168970c947636e9663cbf7c3dd219d1aeab.tar.xz
zen-96888168970c947636e9663cbf7c3dd219d1aeab.zip
Merged main
Diffstat (limited to 'zenserver-test/zenserver-test.cpp')
-rw-r--r--zenserver-test/zenserver-test.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp
index d172e0a73..ccf089afa 100644
--- a/zenserver-test/zenserver-test.cpp
+++ b/zenserver-test/zenserver-test.cpp
@@ -466,7 +466,9 @@ using namespace std::literals;
class full_test_formatter final : public spdlog::formatter
{
public:
- full_test_formatter(std::string_view LogId, std::chrono::time_point<std::chrono::system_clock> Epoch) : m_Epoch(Epoch), m_LogId(LogId) {}
+ full_test_formatter(std::string_view LogId, std::chrono::time_point<std::chrono::system_clock> Epoch) : m_Epoch(Epoch), m_LogId(LogId)
+ {
+ }
virtual std::unique_ptr<formatter> clone() const override { return std::make_unique<full_test_formatter>(m_LogId, m_Epoch); }
@@ -1707,8 +1709,8 @@ TEST_CASE("zcache.policy")
LocalCfg.Spawn(LocalInst);
- zen::IoHash Key;
- zen::IoHash PayloadId;
+ zen::IoHash Key;
+ zen::IoHash PayloadId;
// Store package locally
{
@@ -1765,8 +1767,8 @@ TEST_CASE("zcache.policy")
UpstreamCfg.Spawn(UpstreamInst);
LocalCfg.Spawn(LocalInst);
- zen::IoHash Key;
- zen::IoHash PayloadId;
+ zen::IoHash Key;
+ zen::IoHash PayloadId;
// Store package upstream
{