mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fixed router test
This commit is contained in:
parent
14f5fc029c
commit
19289b7b86
@ -101,8 +101,6 @@ describe('Router unit test', () => {
|
||||
it('#isFixedPrice - should return true if in fixedPrice list', async () => {
|
||||
expect(await router.isFixedPrice(contracts.fixedRateAddress)).to.equal(true)
|
||||
expect(await router.isFixedPrice(contracts.daiAddress)).to.equal(false)
|
||||
// Dispenser contract is also a fixed price contract
|
||||
expect(await router.isFixedPrice(contracts.dispenserAddress)).to.equal(true)
|
||||
})
|
||||
it('#isPoolTemplate - should return true if in poolTemplates list', async () => {
|
||||
expect(await router.isPoolTemplate(contracts.poolTemplateAddress)).to.equal(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user