Commit 09ff6ff75629cd4e5197bc32d8146ad5abfdc179
Fix variable naming
Piet Geursen committed on 5/10/2018, 5:42:28 AMParent: b468243062cdd027e64bf5e0bd58f9221dcc121d
Files changed
test/poll/async/buildUpatedClosingTime.test.js | changed |
test/poll/async/buildUpatedClosingTime.test.js | ||
---|---|---|
@@ -25,10 +25,10 @@ | ||
25 | 25 | UpdateClosingTime({ |
26 | 26 | poll |
27 | 27 | }, cb) |
28 | 28 | }), |
29 | - pull.drain((missingChoice) => { | |
30 | - t.false(isPollUpdate(missingChoice), 'missing a closing time') | |
29 | + pull.drain((missingClosingTime) => { | |
30 | + t.false(isPollUpdate(missingClosingTime), 'missing a closing time') | |
31 | 31 | }) |
32 | 32 | ) |
33 | 33 | |
34 | 34 | t.throws(() => { |
Built with git-ssb-web