summaryrefslogtreecommitdiff
path: root/jstests/basic3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/basic3.js')
-rw-r--r--jstests/basic3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/basic3.js b/jstests/basic3.js
index b1ebafd..2deee2b 100644
--- a/jstests/basic3.js
+++ b/jstests/basic3.js
@@ -1,5 +1,5 @@
-t = db.getCollection( "foo" );
+t = db.getCollection( "foo_basic3" );
t.find( { "a.b" : 1 } ).toArray();