Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xge committed Jan 16, 2015
1 parent 6f97540 commit e691863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clist.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe 'Clist', () ->

it 'should not add duplicates', () ->
clist.addUser 'Alice'
# clist.addUser 'Alice'
clist.addUser 'Alice'
clist.getUsernames().should.eql ['Alice']

it 'should remove a user', () ->
Expand Down

0 comments on commit e691863

Please sign in to comment.