fix: Restore test_all_deposits()

This commit is contained in:
Sebastian Bor 2022-12-21 16:39:52 +00:00
parent e719ff5c27
commit 8f9db44ec3
1 changed files with 1 additions and 1 deletions

View File

@ -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;