mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
9 lines
130 B
JavaScript
9 lines
130 B
JavaScript
|
|
t = db.basic6;
|
|
|
|
t.findOne();
|
|
t.a.findOne();
|
|
|
|
assert.eq("test.basic6", t.toString());
|
|
assert.eq("test.basic6.a", t.a.toString());
|