voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
881bcf31b907ea8cb0be4b4bb038cf1cbe5ec10c
parent
19513bcb04998ba5cb2b01b0b006d6c7f75eb904
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 09:52
typo

Diffstat

M static/test/test.js 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/static/test/test.js b/static/test/test.js

@@ -77,7 +77,7 @@ describe('setName', function() {
   77    77 		expect(userName.value).to.equal(name);
   78    78 	});
   79    79 
   80    -1 	it('node sould exists', function() {
   -1    80 	it('node sould exist', function() {
   81    81 		node = d.getElementById('node-' + ID);
   82    82 		expect(node).to.exist;
   83    83 	});
@@ -130,7 +130,7 @@ describe('setComment', function() {
  130   130 		expect(userComment.value).to.equal(comment);
  131   131 	});
  132   132 
  133    -1 	it('node sould exists', function() {
   -1   133 	it('node sould exist', function() {
  134   134 		node = d.getElementById('node-' + ID);
  135   135 		expect(node).to.exist;
  136   136 	});