diff options
Diffstat (limited to 'jstests/index_arr2.js')
| -rw-r--r-- | jstests/index_arr2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/index_arr2.js b/jstests/index_arr2.js index 21a511b8485..321bed8ad03 100644 --- a/jstests/index_arr2.js +++ b/jstests/index_arr2.js @@ -1,7 +1,7 @@ NUM = 20; M = 5; -t = db.xxx; +t = db.jstests_arr2; function test( withIndex ){ t.drop(); |
