summaryrefslogtreecommitdiff
path: root/jstests/pullall.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/pullall.js')
-rw-r--r--jstests/pullall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/pullall.js b/jstests/pullall.js
index b720ce5..76b1b47 100644
--- a/jstests/pullall.js
+++ b/jstests/pullall.js
@@ -1,4 +1,4 @@
-t = db.jstests_pushall;
+t = db.jstests_pullall;
t.drop();
t.save( { a: [ 1, 2, 3 ] } );