Skip to content

Commit

Permalink
Revert "Test failure notification"
Browse files Browse the repository at this point in the history
This reverts commit ddc36db.
  • Loading branch information
islathehut committed Feb 4, 2025
1 parent ddc36db commit 3d7d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/nest/auth/sigchain.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('SigChainManager', () => {
const sigChain = await sigChainManager.createChain('test', 'user', false)
expect(() => sigChainManager.getActiveChain()).toThrowError()
sigChainManager.setActiveChain('test')
expect(sigChainManager.getActiveChain()).toBe(1)
expect(sigChainManager.getActiveChain()).toBe(sigChain)
})
it('should add a new chain and it be active if set to be', async () => {
const sigChain = await sigChainManager.createChain('test2', 'user2', true)
Expand Down

0 comments on commit 3d7d6a2

Please sign in to comment.