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 carolMsgs = []
|
||||
const carolID = carolKeys.id
|
||||
const carolID_b58 = carolID.split('ppppp:feed/v1/')[1]
|
||||
const carolPostFeedId = carolID + '/post'
|
||||
const carolID_b58 = FeedV1.stripAuthor(carolID)
|
||||
for (let i = 1; i <= 10; i++) {
|
||||
const rec = await p(alice.db.create)({
|
||||
type: 'post',
|
||||
|
|
Loading…
Reference in New Issue