Skip to content

Commit

Permalink
cleanup repeat process all
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Oct 14, 2023
1 parent 1af3650 commit 2efe4fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bsky/tests/views/posts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('pds posts views', () => {
sc = network.getSeedClient()
await basicSeed(sc)
await network.processAll()
await network.bsky.processAll()
})

afterAll(async () => {
Expand Down Expand Up @@ -98,7 +97,6 @@ describe('pds posts views', () => {
)

await network.processAll()
await network.bsky.processAll()

const { data } = await agent.api.app.bsky.feed.getPosts({ uris: [uri] })

Expand Down

0 comments on commit 2efe4fa

Please sign in to comment.