summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-18 18:15:45 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-18 18:22:16 +0000
commita330fa13973762f0b05e73c0ef3969fce28734fd (patch)
tree388443c8631a10816981c4181b260d9b8e0f87e1 /messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
parent78bfefbf3fd11a655560c7237bf4106aca2458b2 (diff)
Reduce exposure of TraceNode even further.
Diffstat (limited to 'messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp')
-rw-r--r--messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp b/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
index 344d38c8263..f97fc6a0010 100644
--- a/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
+++ b/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
@@ -120,6 +120,6 @@ Test::Main()
.addChild("Server reply")
.addChild("Proxy reply")
.addChild("Client reply");
- EXPECT_TRUE(reply->getTrace().getRoot().encode() == t.encode());
+ EXPECT_TRUE(reply->getTrace().encode() == t.encode());
TEST_DONE();
}