Commit ec22a109e197a4c2d5f3dfca7ae54400d60890b5
Adds todo reminder
Piet Geursen committed on 5/14/2018, 2:20:04 AMParent: 32a33a98ca920f7d44b96ee7b79cae654a047eee
Files changed
test/poll/obs/get.test.js | changed |
test/poll/obs/get.test.js | ||
---|---|---|
@@ -26,8 +26,10 @@ | ||
26 | 26 | piet.publish(pollContent, (err, poll) => { |
27 | 27 | t.error(err) |
28 | 28 | const pollDoc = getPoll(server)(poll.key) |
29 | 29 | |
30 | + // TODO: test myPosition and errors | |
31 | + | |
30 | 32 | pollDoc.sync(function (sync) { |
31 | 33 | t.ok(sync, 'sync gets set') |
32 | 34 | }) |
33 | 35 | pollDoc.poll(function (decoratedPoll) { |
Built with git-ssb-web