From 8d086b8e61927ed2a9a3d08648b5a01f571d2ac8 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Mon, 23 Oct 2023 15:27:55 +0200 Subject: [PATCH] comment line --- .../development/tests/liquidity_pools/foreign_investments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/integration-tests/src/liquidity_pools/pallet/development/tests/liquidity_pools/foreign_investments.rs b/runtime/integration-tests/src/liquidity_pools/pallet/development/tests/liquidity_pools/foreign_investments.rs index 4f719dc308..f67eb5de37 100644 --- a/runtime/integration-tests/src/liquidity_pools/pallet/development/tests/liquidity_pools/foreign_investments.rs +++ b/runtime/integration-tests/src/liquidity_pools/pallet/development/tests/liquidity_pools/foreign_investments.rs @@ -3639,7 +3639,7 @@ mod setup { if currency_id == pool_currency { assert_noop!( LiquidityPools::submit(DEFAULT_DOMAIN_ADDRESS_MOONBEAM, msg.clone()), - DispatchError::Other("Account does not have the TrancheInvestor permission.") + DispatchError::Other("Account does not have the TrancheInvestor permission.") // ); }