Skip to content

Commit df1af17

Browse files
authored
Merge pull request #45 from parit/master
fixed the failing test due to date provided
2 parents 97dcd6c + ab21da1 commit df1af17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/feed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('RSS 2.0', function () {
1111
link: 'http://example.com/',
1212
image: 'http://example.com/image.png',
1313
copyright: 'All rights reserved 2013, John Doe',
14-
updated: new Date(2013, 06, 14), // optional, default = today
14+
updated: new Date('Sat, 13 Jul 2013 23:00:00 GMT'), // optional, default = today
1515

1616
author: {
1717
name: 'John Doe',

0 commit comments

Comments
 (0)