tidy one test

This commit is contained in:
Andre Staltz 2023-04-14 11:46:23 +03:00
parent b0d20287ce
commit 182156e1a2
1 changed files with 1 additions and 2 deletions

View File

@ -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',