summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/object_replace_executor_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/object_replace_executor_test.cpp')
-rw-r--r--src/mongo/db/update/object_replace_executor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/object_replace_executor_test.cpp b/src/mongo/db/update/object_replace_executor_test.cpp
index cef054fd289..6b0d93f6e46 100644
--- a/src/mongo/db/update/object_replace_executor_test.cpp
+++ b/src/mongo/db/update/object_replace_executor_test.cpp
@@ -42,8 +42,8 @@ namespace mongo {
namespace {
using ObjectReplaceExecutorTest = UpdateNodeTest;
-using mongo::mutablebson::Element;
using mongo::mutablebson::countChildren;
+using mongo::mutablebson::Element;
TEST_F(ObjectReplaceExecutorTest, Noop) {
auto obj = fromjson("{a: 1, b: 2}");