git ssb

0+

Piet / ssb-loomio



Commit 09ff6ff75629cd4e5197bc32d8146ad5abfdc179

Fix variable naming

Piet Geursen committed on 5/10/2018, 5:42:28 AM
Parent: b468243062cdd027e64bf5e0bd58f9221dcc121d

Files changed

test/poll/async/buildUpatedClosingTime.test.jschanged
test/poll/async/buildUpatedClosingTime.test.jsView
@@ -25,10 +25,10 @@
2525 UpdateClosingTime({
2626 poll
2727 }, cb)
2828 }),
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')
3131 })
3232 )
3333
3434 t.throws(() => {

Built with git-ssb-web