loop
loop copied to clipboard
liquidity: fix TestAutoLoopInEnabled flakes
In this commit we fix the flakes in TestAutoLoopInEnabled by removing the expectation that quotes are returned in a particular order.
Reviewers, this is a draft and not mergable code. Rather I request that the approach of removing the order expectation be reviewed (mergable code will include a better solution than O(n^2) and will ensure that duplicate value bugs will not be introduced).
Solves https://github.com/lightninglabs/loop/issues/460
@arshbot do you plan to continue this PR?