From 182156e1a2e629e9916f11d6d4c26625ed81ab15 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 14 Apr 2023 11:46:23 +0300 Subject: [PATCH] tidy one test --- test/feed-sync.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/feed-sync.test.js b/test/feed-sync.test.js index a5f3c14..c19a7ee 100644 --- a/test/feed-sync.test.js +++ b/test/feed-sync.test.js @@ -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',