Skip to content

Commit

Permalink
fix: backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Apr 23, 2024
1 parent d451c2e commit ace075a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ beforeEach(async () => {

const pskBase64 = Libp2pService.generateLibp2pPSK().psk
await localDbService.put(LocalDBKeys.PSK, pskBase64)
await localDbService.put(LocalDBKeys.CURRENT_COMMUNITY_ID, community.id)
await localDbService.setCommunity(community)
})

afterEach(async () => {
Expand Down

0 comments on commit ace075a

Please sign in to comment.