From e691863807af8d63950e9bb5e712917fc654578a Mon Sep 17 00:00:00 2001 From: Hagen Date: Fri, 16 Jan 2015 01:20:44 +0100 Subject: [PATCH] Fixed test. --- test/clist.spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clist.spec.coffee b/test/clist.spec.coffee index a15d0d9..186fc61 100644 --- a/test/clist.spec.coffee +++ b/test/clist.spec.coffee @@ -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', () ->