-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQS-375 | Unit test createFormattedLimitOrder (#492)
* SQS-375 | Unit test createFormattedLimitOrder Introduces unit tests for Orderbook usecase createFormattedLimitOrder method. * SQS-377 | Unit test ProcessPool Introduces unit tests for Orderbook usecase ProcessPool method. * SQS-378 | Test GetActiveOrders Implements tests for GetActiveOrders orderbook usecase method * SQS-379 | processOrderBookActiveOrders Implements tests for processOrderBookActiveOrders orderbook usecase method. As a side effect introduces some helper methods and refactors some test cases.
- Loading branch information
1 parent
142faa7
commit ec649ca
Showing
24 changed files
with
2,462 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Swagger overrides file | ||
// @link https://github.com/swaggo/swag?tab=readme-ov-file#use-global-overrides-to-support-a-custom-type | ||
|
||
// Replace all Dec with string | ||
replace osmomath.Dec string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.