mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
use unique collection name in test
This commit is contained in:
parent
c424e28a2f
commit
5d1abfeb34
@ -1,6 +1,6 @@
|
||||
// test sorting, mainly a test ver simple with no index
|
||||
|
||||
t = db.sorrrt2;
|
||||
t = db.sort2;
|
||||
t.drop();
|
||||
|
||||
t.save({x:1, y:{a:5,b:4}});
|
||||
|
Loading…
Reference in New Issue
Block a user