Skip to content

Commit

Permalink
patch old reference to default.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbjonesjr committed Aug 21, 2017
1 parent 54127f2 commit e764f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ perform: true
{msg:'snooze until 07/11/17 at 14:00, and "bug Seth"', props:{assignee: 'baxterthehacker', message: 'bug Seth', unfreezeMoment: moment(chrono.parseDate('07/11/17 at 14:00'))}},
{msg:'hey @probot, snooze this issue', props:{assignee: 'baxterthehacker', message: 'Hey, we\'re back awake!', unfreezeMoment: moment().add(defaultFreezeDuration, 'days').format()}}
];
const freeze = new Freeze(github, JSON.parse(fs.readFileSync('./etc/defaults.js', 'utf8')));
const freeze = new Freeze(github, JSON.parse(fs.readFileSync('./etc/defaults.json', 'utf8')));

msgs.forEach(obj => {
const comment = {
Expand Down

0 comments on commit e764f84

Please sign in to comment.