Skip to content

Commit

Permalink
Fixup/reverting Jest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Oct 11, 2023
1 parent d4a8082 commit ba08bdf
Show file tree
Hide file tree
Showing 10 changed files with 1,454 additions and 1,466 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/nest/storage/storage.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ describe('StorageService', () => {
StorageService.dbAddress(certificatesDbAddress),
StorageService.dbAddress(certificatesRequestsDbAddress),
StorageService.dbAddress(communityMetadataDbAddress),
'/orbitdb/zdpuAyScVHonV7KUdb3rdNmC9ZurssGdfgveYm3ds7KNJ6CpU/user-profiles',
])
// Creating channel:
expect(subscribeToPubSubSpy).toHaveBeenNthCalledWith(2, [StorageService.dbAddress(db.address)])
Expand Down
2 changes: 0 additions & 2 deletions packages/backend/src/nest/storage/storage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import {
SaveCertificatePayload,
SocketActionTypes,
UserData,
User,
UserProfile,
} from '@quiet/types'
import { isDefined } from '@quiet/common'
import fs from 'fs'
Expand Down
Loading

0 comments on commit ba08bdf

Please sign in to comment.