summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/trace-roundtrip/trace-roundtrip.cpp
diff options
context:
space:
mode:
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();
}