Merge pull request #1016 from supasate/fix-test-case-typo

Fix test case typo
This commit is contained in:
Amir-61 2016-07-24 08:46:01 -04:00 committed by GitHub
commit 865b782caf
1 changed files with 1 additions and 1 deletions

View File

@ -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'));