mirror of
https://github.com/tornadocash/relayer-registry.git
synced 2024-11-22 01:36:52 +01:00
Update relayerRegistry.test.js
This commit is contained in:
parent
2222ceb36c
commit
6b4a97e486
@ -82,10 +82,6 @@ contract('RelayerRegistry', (accounts) => {
|
||||
it('should return correct token amount after stake change')
|
||||
it('should allow relayer to initiate exit')
|
||||
|
||||
it('should prevent unauthorized access', async () => {
|
||||
await registry.add(relayer1)
|
||||
await registry.remove(relayer1, { from: accounts[1] }).should.be.rejectedWith('unauthorized')
|
||||
})
|
||||
})
|
||||
|
||||
describe('#setStake', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user