Skip to content

Commit

Permalink
fix(emulator test): fix emulator test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Mar 25, 2023
1 parent d29f0fd commit 3bdfd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/actions/test/e2e/01-setup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ describe("Setup", () => {
await cleanUpMockUsers(adminAuth, adminFirestore, users)
// clean up ceremony
await mockCeremoniesCleanup(adminFirestore)
await cleanUpRecursively(adminFirestore, ceremonyId)

if (envType === TestingEnvironment.PRODUCTION) {
// delete buckets and objects
Expand All @@ -226,6 +225,8 @@ describe("Setup", () => {
await deleteObjectFromS3(ceremonyBucket, wasmStorageFilePath)
await deleteBucket(ceremonyBucket)
await deleteBucket(duplicateBucketName)

await cleanUpRecursively(adminFirestore, ceremonyId)
}

// delete folders
Expand Down

0 comments on commit 3bdfd81

Please sign in to comment.