Skip to content

Commit

Permalink
Remve some test
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 9, 2023
1 parent d655ece commit fb2c7b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions staking/programs/staking/src/state/global_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit fb2c7b9

Please sign in to comment.