Commit 7de0b4662d47ce3bf132efbafab7cfe78166ff80
correct comment, no longer need netork to pass test
Dominic Tarr committed on 12/16/2018, 1:30:14 AMParent: 1a81a73eb9805d4f447fee3a6ce4887561d9df86
Files changed
test/accept.js | changed |
test/accept.js | |||
---|---|---|---|
@@ -1,6 +1,4 @@ | |||
1 | -//WARNING: this test currently only passes | ||
2 | -//if the computer has a network. | ||
3 | 1 … | var crypto = require('crypto') | |
4 | 2 … | var I = require('../valid') | |
5 | 3 … | var createClient = require('ssb-client') | |
6 | 4 … | ||
@@ -59,9 +57,9 @@ | |||
59 | 57 … | ||
60 | 58 … | createClient( | |
61 | 59 … | ssbKeys.generate(null, seed), | |
62 | 60 … | { | |
63 | - remote: alice.getAddress(), | ||
61 … | + remote: alice.getAddress('device') || alice.getAddress('device'), | ||
64 | 62 … | caps: caps, | |
65 | 63 … | manifest: { | |
66 | 64 … | userInvites: { | |
67 | 65 … | getInvite: 'async', | |
@@ -111,5 +109,4 @@ | |||
111 | 109 … | ||
112 | 110 … | ||
113 | 111 … | ||
114 | 112 … | ||
115 | - |
Built with git-ssb-web