From 0b3feb312856013fc778e6f9c2aeb6ebd19878a8 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Sat, 15 Sep 2018 18:38:18 +0200 Subject: [PATCH] Say counter once --- test/nodevoto-voting/Poll.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nodevoto-voting/Poll.test.js b/test/nodevoto-voting/Poll.test.js index 9a4f536..bd8bb92 100644 --- a/test/nodevoto-voting/Poll.test.js +++ b/test/nodevoto-voting/Poll.test.js @@ -10,7 +10,7 @@ describe('Poll', () => { describe('#vote', () => { - it('should increment counter counter to three', async() => { + it('should increment counter to three', async() => { let chosen = ':three_votes:'; for(let i=1; i<=3; i++) { poll.vote(chosen);