mirror of https://codeberg.org/pzp/pzp-sync.git
tidy one test
This commit is contained in:
parent
b0d20287ce
commit
182156e1a2
|
@ -36,8 +36,7 @@ test('sync a normal feed', async (t) => {
|
||||||
const carolKeys = generateKeypair('carol')
|
const carolKeys = generateKeypair('carol')
|
||||||
const carolMsgs = []
|
const carolMsgs = []
|
||||||
const carolID = carolKeys.id
|
const carolID = carolKeys.id
|
||||||
const carolID_b58 = carolID.split('ppppp:feed/v1/')[1]
|
const carolID_b58 = FeedV1.stripAuthor(carolID)
|
||||||
const carolPostFeedId = carolID + '/post'
|
|
||||||
for (let i = 1; i <= 10; i++) {
|
for (let i = 1; i <= 10; i++) {
|
||||||
const rec = await p(alice.db.create)({
|
const rec = await p(alice.db.create)({
|
||||||
type: 'post',
|
type: 'post',
|
||||||
|
|
Loading…
Reference in New Issue