Remove object from db after testEquality()
This commit is contained in:
parent
edbeb4d8b2
commit
7a2e89f4bd
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ function testEquality() {
|
|||
assertTrue(person !== person2);
|
||||
assertTrue(person._id === person2._id);
|
||||
assertTrue(person == person2);
|
||||
person.remove();
|
||||
}
|
||||
|
||||
function testSimpleMapping() {
|
||||
|
|
Loading…
Add table
Reference in a new issue