diff options
Diffstat (limited to 'jstests/sharding/remove2.js')
-rw-r--r-- | jstests/sharding/remove2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/remove2.js b/jstests/sharding/remove2.js index 76d02df38b9..08af78404dd 100644 --- a/jstests/sharding/remove2.js +++ b/jstests/sharding/remove2.js @@ -122,7 +122,7 @@ assert.soon( function() { assert.eq( 300, coll.find().itcount() ); -st.admin.printShardingStatus(); +st.printShardingStatus(); // Remove shard and add it back in, without shutting it down. jsTestLog( "Attempting to remove shard and add it back in" ); |