Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Forgot to remove .only in unit test, doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Jan 18, 2016
1 parent fa60466 commit ecc7675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Robot.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Robot', () => {
robot._ignoredChannels.should.be.deep.equal(['#random', '#general']);
});

it.only('should ignore adding same ignored channels multiple times', () => {
it('should ignore adding same ignored channels multiple times', () => {
const robot = new Robot('token');
robot.ignore('#random');
robot.ignore('#random');
Expand Down

0 comments on commit ecc7675

Please sign in to comment.