Skip to content

Commit 865b782

Browse files
authored
Merge pull request #1016 from supasate/fix-test-case-typo
Fix test case typo
2 parents 20d8047 + f967773 commit 865b782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manipulation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ describe('manipulation', function() {
16441644

16451645
});
16461646

1647-
it('should coerce boolean types properly', function() {
1647+
it('should coerce date types properly', function() {
16481648
var p1 = new Person({ name: 'John', dob: '2/1/2015' });
16491649
p1.dob.should.eql(new Date('2/1/2015'));
16501650

0 commit comments

Comments
 (0)