diff --git a/test/manipulation.test.js b/test/manipulation.test.js index 2b559ba5..e226675f 100644 --- a/test/manipulation.test.js +++ b/test/manipulation.test.js @@ -1022,7 +1022,7 @@ describe('manipulation', function () { Person.updateAll.should.be.a.Function; }); - describe('with existing instances in the database', function() { + describe('with multiple instances in the database', function() { beforeEach(function deleteFixtures(done) { Person.destroyAll(done); });