fetchai / ledger-subquery

This is the Fetch Ledger SubQuery project, an indexer for the Fetch network.
MIT License
2 stars 10 forks source link

chore: run e2e tests in CI #53

Closed bryanchriswhite closed 2 years ago

bryanchriswhite commented 2 years ago

Changes

Dependencies

bryanchriswhite commented 2 years ago

I think the end-to-end tests are failing because both TestContractSwap and TestContractExecution inherit from BaseContract which deploys the bridge contract in setUpClass. If we use cosmpy to check if a contract with that address already exists, we should be able to use the same address when running the tests all together or in isolation.