summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_identity_test.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2020-06-14 08:43:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-15 16:09:42 +0000
commitc4c7c562ba9d038f1a4663079867ce39c4865497 (patch)
tree1bbdf76b6f0406d02dfa581d8432940dc9e7ac67 /src/mongo/db/s/type_shard_identity_test.cpp
parentf84654bc3cf814ae75b8454bcf52bc2929ec53ea (diff)
downloadmongo-c4c7c562ba9d038f1a4663079867ce39c4865497.tar.gz
SERVER-48775 Make all `s_test` suites use the ShardingTestFixture
Diffstat (limited to 'src/mongo/db/s/type_shard_identity_test.cpp')
-rw-r--r--src/mongo/db/s/type_shard_identity_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/s/type_shard_identity_test.cpp b/src/mongo/db/s/type_shard_identity_test.cpp
index b4999f5c6eb..bdf9cda055c 100644
--- a/src/mongo/db/s/type_shard_identity_test.cpp
+++ b/src/mongo/db/s/type_shard_identity_test.cpp
@@ -29,17 +29,14 @@
#include "mongo/platform/basic.h"
-#include "mongo/db/s/type_shard_identity.h"
-
#include "mongo/base/status_with.h"
#include "mongo/db/jsobj.h"
+#include "mongo/db/s/type_shard_identity.h"
#include "mongo/unittest/unittest.h"
namespace mongo {
namespace {
-using std::string;
-
TEST(ShardIdentityType, RoundTrip) {
auto clusterId(OID::gen());
auto doc = BSON("_id"