From d81c70cd1fb7ba9ce540413181da9eaa3c1aa705 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 26 Mar 2024 18:06:57 +0200 Subject: [PATCH] testing: Use unstable backend for testing lightclient Signed-off-by: Alexandru Vasile --- testing/integration-tests/src/utils/node_proc.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/testing/integration-tests/src/utils/node_proc.rs b/testing/integration-tests/src/utils/node_proc.rs index c49d5edb6a..76588427c6 100644 --- a/testing/integration-tests/src/utils/node_proc.rs +++ b/testing/integration-tests/src/utils/node_proc.rs @@ -254,9 +254,5 @@ async fn build_light_client(proc: &SubstrateNode) -> Result