Skip to content

Commit

Permalink
chore: merge branch 'release/v2_contracts' into feat/stableswap-case-…
Browse files Browse the repository at this point in the history
…for-lp
  • Loading branch information
kerber0x committed Jun 4, 2024
2 parents 750b02a + ee0f33c commit 2f40957
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ mod pool_creation_failures {
vec![coin(90, "uusd")],
|result| {
let err = result.unwrap_err().downcast::<ContractError>().unwrap();

match err {
ContractError::InvalidPoolCreationFee { .. } => {}
_ => panic!(

Check warning on line 245 in contracts/liquidity_hub/pool-manager/src/tests/integration_tests.rs

View check run for this annotation

Codecov / codecov/patch

contracts/liquidity_hub/pool-manager/src/tests/integration_tests.rs#L245

Added line #L245 was not covered by tests
Expand Down

0 comments on commit 2f40957

Please sign in to comment.