Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Feb 22, 2024
1 parent 947a6c5 commit 776bc13
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/__tests__/ceramic_integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,7 @@ describe('Ceramic Integration Test', () => {

afterAll(async () => {
// await Promise.all([ipfsServer1.stop(), ipfsServer2.stop()])
await Promise.all([
ipfs1.stop(),
ipfs2.stop(),
ipfs3.stop(),
ipfs4.stop(),
])
await Promise.all([ipfs1.stop(), ipfs2.stop(), ipfs3.stop(), ipfs4.stop()])
await ganacheServer.close()
await anchorLauncher.stop()
})
Expand Down Expand Up @@ -348,15 +343,10 @@ describe('Ceramic Integration Test', () => {
})

afterAll(async () => {
cas1.stop()
cas2.stop()
await cas1.stop()
await cas2.stop()
await Promise.all([dbConnection1.destroy(), dbConnection2.destroy()])
await Promise.all([
casCeramic1.close(),
casCeramic2.close(),
ceramic1.close(),
ceramic2.close(),
])
await Promise.all([ceramic1.close(), ceramic2.close()])
})

beforeEach(async () => {
Expand Down

0 comments on commit 776bc13

Please sign in to comment.