From c3e0e5253cb3aaeee0e5e32d44d38fd6add65c5e Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Wed, 17 Aug 2011 11:15:09 -0400 Subject: make collection name match test name --- jstests/profile3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/profile3.js') 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 { -- cgit v1.2.1