Update relayerRegistry.test.js

This commit is contained in:
a_coder_online 2021-02-15 03:31:26 +00:00 committed by GitHub
parent 2222ceb36c
commit 6b4a97e486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', () => {