Fix some stuff

This commit is contained in:
Drew Gross
2016-06-13 12:57:20 -07:00
parent f796d69d19
commit a69a88f3a4
9 changed files with 86 additions and 62 deletions

View File

@@ -100,12 +100,4 @@ describe('Uniqueness', function() {
done();
});
});
it('adding a unique index to an existing field works even if it has nulls', done => {
});
it('adding a unique index to an existing field doesnt prevent you from adding new documents with nulls', done => {
});
});