What does this pull request do? Explain your changes. (required)
It moves the AdjustableRoundsManager contract from the protocol /rounds directory to the tests /mocks directory as it is a contract that is meant to be used only for testing.
Specific updates (required)contracts/rounds/AdjustableRoundsManager.sol -> contracts/test/mocks/AdjustableRoundsManager.sol
How did you test each of these updates (required)
Successfully run the protocol's test suite.
What does this pull request do? Explain your changes. (required) It moves the
AdjustableRoundsManager
contract from the protocol/rounds
directory to the tests/mocks
directory as it is a contract that is meant to be used only for testing.Specific updates (required)
contracts/rounds/AdjustableRoundsManager.sol -> contracts/test/mocks/AdjustableRoundsManager.sol
How did you test each of these updates (required) Successfully run the protocol's test suite.
Does this pull request close any open issues? No
Checklist:
yarn test
pass