summaryrefslogtreecommitdiff
path: root/jstests/profile3.js
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-08-17 11:15:09 -0400
committerMathias Stearn <mathias@10gen.com>2011-08-17 11:15:09 -0400
commitc3e0e5253cb3aaeee0e5e32d44d38fd6add65c5e (patch)
tree4937bdf5b04206229d048f17af7746b84ccf40a8 /jstests/profile3.js
parent328ca2cdef89c55bc06180769618fff275fbd503 (diff)
downloadmongo-c3e0e5253cb3aaeee0e5e32d44d38fd6add65c5e.tar.gz
make collection name match test name
Diffstat (limited to 'jstests/profile3.js')
-rw-r--r--jstests/profile3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/profile3.js b/jstests/profile3.js
index 74379415842..a6574b76f8a 100644
--- a/jstests/profile3.js
+++ b/jstests/profile3.js
@@ -1,5 +1,5 @@
-t = db.profile2;
+t = db.profile3;
t.drop();
try {