Skip to content

Commit

Permalink
update registry test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Jan 14, 2024
1 parent 81b4ade commit faf280e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/registry/test/Registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ describe('Registry Unit', () => {
[token1.address, token2.address, token3.address]
)

const serverUrl = await registry.stakerServerURLs(account1.address)
expect(serverUrl).to.equal('')

const protocols = await registry.getProtocolsForStaker(account1.address)
expect(protocols.length).to.equal(0)

Expand Down

0 comments on commit faf280e

Please sign in to comment.