aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/processalltest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-23 16:38:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-23 16:38:55 +0000
commit4d24ae39cd172474502b7a3a2b7c43f26338d86f (patch)
tree2a4db14d0d41e4f76ad0dd34a06b80fe94579339 /storage/src/tests/persistence/processalltest.cpp
parent19c8f9406297f359c0e04e7bda9f12ef625f1df6 (diff)
Followup on code comments.
Diffstat (limited to 'storage/src/tests/persistence/processalltest.cpp')
-rw-r--r--storage/src/tests/persistence/processalltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/processalltest.cpp b/storage/src/tests/persistence/processalltest.cpp
index 46a5aaf6488..8c0f8853d2d 100644
--- a/storage/src/tests/persistence/processalltest.cpp
+++ b/storage/src/tests/persistence/processalltest.cpp
@@ -165,7 +165,7 @@ TEST_F(ProcessAllHandlerTest, stat_bucket_request_can_returned_removed_entries)
" Timestamp: 208, id:mail:testdoctype1:n=4:42967.html, gid(0x04000000f19ece1668e6de48) (remove)\n"
" Timestamp: 209, id:mail:testdoctype1:n=4:6925.html, gid(0x04000000667c0b3cada830be) (remove)\n";
- EXPECT_EQ(expected, reply.getResults());
+ EXPECT_EQ(expected, reply.getResults());
}
// TODO is this test neccessary? Seems to not test anything more than the above tests