Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
fix: Restore test_all_deposits()
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBor committed Dec 21, 2022
1 parent e719ff5 commit 8f9db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/voter-stake-registry/tests/test_all_deposits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8f9db44

Please sign in to comment.