From 7c7489124f2c13fda9104ab1f2d6777c683cd2ea Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Thu, 30 May 2013 15:22:29 +0200 Subject: [PATCH] moar typos --- test/db.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/db.test.js b/test/db.test.js index ac5ad6a..a3eec03 100644 --- a/test/db.test.js +++ b/test/db.test.js @@ -1111,7 +1111,7 @@ describe('Database', function () { describe('Using indexes', function () { - describe('ensureIndex', function () { + describe('ensureIndex and index initialization in database loading', function () { it('ensureIndex can be called right after a loadDatabase and be initialized and filled correctly', function (done) { var now = new Date() @@ -1300,7 +1300,7 @@ describe('Database', function () { }); }); - }); // ==== End of 'ensureIndex' ==== // + }); // ==== End of 'ensureIndex and index initialization in database loading' ==== // describe('Indexing newly inserted documents', function () {