From f967773b2a0901062f291ad11b9e72b7e29b8138 Mon Sep 17 00:00:00 2001 From: Supasate Choochaisri Date: Sun, 24 Jul 2016 19:38:37 +0700 Subject: [PATCH] Fix test case typo Signed-off-by: Supasate Choochaisri --- test/manipulation.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/manipulation.test.js b/test/manipulation.test.js index 1a5a583d..a3e347a3 100644 --- a/test/manipulation.test.js +++ b/test/manipulation.test.js @@ -1644,7 +1644,7 @@ describe('manipulation', function() { }); - it('should coerce boolean types properly', function() { + it('should coerce date types properly', function() { var p1 = new Person({ name: 'John', dob: '2/1/2015' }); p1.dob.should.eql(new Date('2/1/2015'));