Skip to content

Commit f967773

Browse files
committed
Fix test case typo
Signed-off-by: Supasate Choochaisri <[email protected]>
1 parent 20d8047 commit f967773

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)