[CL][Misc]Create testcases for GetIfFound
#3138
Labels
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Good first issue
Background
We recently added a helper method in the osmoutils, that would instead of pannicing if not found (which is what
MustGet
does), we return a boolean field and an error instead which looks like this:Actual implementation: 016f275#diff-b6d3bf142ce5c79530054885a752706a87726315c61bd5ff4a3abe8de0b275a9R129-R138
Suggested Design
We want to come back to this method and eventually add test cases for this specific method.
The PR itself could be made off of
concentrated-liquidity-main
branch until that branch is merged to main.Acceptance Criteria
We have a test case for
GetIfFound
The text was updated successfully, but these errors were encountered: