From 776bc13094da21d04a85ece601f560a8b05b493d Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Thu, 22 Feb 2024 17:58:42 -0500 Subject: [PATCH] minor --- src/__tests__/ceramic_integration.test.ts | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/__tests__/ceramic_integration.test.ts b/src/__tests__/ceramic_integration.test.ts index 09a285895..f3d1f00e3 100644 --- a/src/__tests__/ceramic_integration.test.ts +++ b/src/__tests__/ceramic_integration.test.ts @@ -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() }) @@ -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 () => {