aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/lid_space_compaction
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-04 16:35:26 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-04 17:52:37 +0000
commit94789917a868aa631bf5335cd90e2ac14e8cc4c2 (patch)
treee3fe93c98236c3d675fba4f6e21f67aee5d1611b /searchcore/src/tests/proton/documentdb/lid_space_compaction
parentebd25eaf8ca72ead4bad63705b0a1ff276f1bfdd (diff)
Use gtest
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/lid_space_compaction')
-rw-r--r--searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_handler_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_handler_test.cpp b/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_handler_test.cpp
index 2603c041db0..993cb9226c5 100644
--- a/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_handler_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_handler_test.cpp
@@ -57,4 +57,4 @@ TEST_F(HandlerTest, createMoveOperation_works_as_expected)
EXPECT_EQ(timestamp, op->getTimestamp());
}
-GTEST_MAIN_RUN_ALL_TESTS() \ No newline at end of file
+GTEST_MAIN_RUN_ALL_TESTS()