diff --git a/programs/voter-stake-registry/tests/test_all_deposits.rs b/programs/voter-stake-registry/tests/test_all_deposits.rs index 6354975..a790dbc 100644 --- a/programs/voter-stake-registry/tests/test_all_deposits.rs +++ b/programs/voter-stake-registry/tests/test_all_deposits.rs @@ -9,7 +9,7 @@ use voter_stake_registry::state::LockupKind; mod program_test; #[allow(unaligned_references)] -//#[tokio::test] +#[tokio::test] async fn test_all_deposits() -> Result<(), TransportError> { let context = TestContext::new().await; let addin = &context.addin;