Skip to content

Commit

Permalink
lp-gateway: Unit tests WIP 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Aug 10, 2024
1 parent 51c2af5 commit 9be4c58
Show file tree
Hide file tree
Showing 2 changed files with 1,699 additions and 585 deletions.
1 change: 0 additions & 1 deletion pallets/liquidity-pools-gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ pub mod pallet {
Error::<T>::UnknownInboundMessageRouter
);

//TODO(cdamian): Test with 2 routers
match inbound_entry {
InboundEntry::Message { .. } => {
ensure!(
Expand Down
Loading

0 comments on commit 9be4c58

Please sign in to comment.