From fb2c7b929f4e6049035af2fb02347880d844c38f Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Thu, 9 Nov 2023 18:11:16 +0000 Subject: [PATCH] Remve some test --- staking/programs/staking/src/state/global_config.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/staking/programs/staking/src/state/global_config.rs b/staking/programs/staking/src/state/global_config.rs index 289f59802..900a00ba4 100644 --- a/staking/programs/staking/src/state/global_config.rs +++ b/staking/programs/staking/src/state/global_config.rs @@ -33,10 +33,7 @@ impl GlobalConfig { #[cfg(test)] pub mod tests { - use { - crate::state::global_config::GlobalConfig, - anchor_lang::prelude::*, - }; + use crate::state::global_config::GlobalConfig; #[test] fn check_size() {