Skip to content

Commit

Permalink
Say counter once
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Sep 15, 2018
1 parent cded1ce commit 0b3feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodevoto-voting/Poll.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0b3feb3

Please sign in to comment.