From 8f9db44ec33d3a84a4dfea66a9e4bb28d5b98ff7 Mon Sep 17 00:00:00 2001 From: Sebastian Bor Date: Wed, 21 Dec 2022 16:39:52 +0000 Subject: [PATCH] fix: Restore test_all_deposits() --- programs/voter-stake-registry/tests/test_all_deposits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;