This pull request addresses the compilation errors caused by the relocation of enums from the Order class to separate files in the com.coralblocks.coralme package.
Description
The changes in this pull request update the import statements in the affected test files (OrderBookTest.java and OrderBookNoSelfTradeTest.java) to use the new locations of the enums. This ensures that the tests can compile and run successfully after the enum changes.
Summary
Updated import statements in OrderBookTest.java to use the new enum locations
Updated import statements in OrderBookNoSelfTradeTest.java to use the new enum locations
Provided guidance on updating import statements in other affected files, such as OrderBookAdapter, OrderBookListener, OrderBookLogger, OrderListener, and example files
Purpose
This pull request addresses the compilation errors caused by the relocation of enums from the
Order
class to separate files in thecom.coralblocks.coralme
package.Description
The changes in this pull request update the import statements in the affected test files (
OrderBookTest.java
andOrderBookNoSelfTradeTest.java
) to use the new locations of the enums. This ensures that the tests can compile and run successfully after the enum changes.Summary
OrderBookTest.java
to use the new enum locationsOrderBookNoSelfTradeTest.java
to use the new enum locationsOrderBookAdapter
,OrderBookListener
,OrderBookLogger
,OrderListener
, and example filesFixes:
In pull request https://github.com/wwzeng1/CoralME/pull/11. Continue the conversation here: http://localhost:3000/c/02efc5fc-7501-4645-9e59-568f3992d542.
To have Sweep make further changes, please add a comment to this PR starting with "Sweep:".
:book: For more information on how to use Sweep, please read our documentation.