Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jan 2, 2017
1 parent a2a8c7e commit 02371d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/robotto.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('robotto', () => {
disallow: ['/first/', '/middle/', '/last/']
}
}
}
};

assert.deepEqual(robotto.parse(robotsFile), expectedRules);
});
Expand Down

0 comments on commit 02371d8

Please sign in to comment.