dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

chore: Move `can_successfully_cache_rates` test to separate module. #168

Closed dfinity-ryancroote closed 1 year ago

dfinity-ryancroote commented 1 year ago

This PR moves the can_successfully_cache_rates test to a separate module. As we add additional e2e tests, the singular tests module will become quite cluttered. This is the last PR to address that.