From 44aaca44a0f1d16c8cec8b08158439f080ffb948 Mon Sep 17 00:00:00 2001 From: Maxim Savenkov Date: Fri, 15 Sep 2023 16:51:24 +0200 Subject: [PATCH] Remove old comment --- pallets/gear/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/gear/src/tests.rs b/pallets/gear/src/tests.rs index c20269e10d2..a2b694bf4c7 100644 --- a/pallets/gear/src/tests.rs +++ b/pallets/gear/src/tests.rs @@ -15287,6 +15287,6 @@ fn test_gas_info_of_terminated_program() { true, true, ) - .expect("failed getting gas info"); // panics here as `pid_dead` is terminated and rpc call wasn't able to get code. + .expect("failed getting gas info"); }) }