1
0
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:
Bogdan Fazakas 2021-11-05 17:21:50 +02:00
parent 14f5fc029c
commit 19289b7b86

View File

@ -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)