Skip to content

Commit a4b1c52

Browse files
committed
async migrated test
1 parent b5a94f0 commit a4b1c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

program/tests/deactivate.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ use {
1818

1919
#[test_case(false; "activating")]
2020
#[test_case(true; "active")]
21-
fn test_deactivate(activate: bool) {
21+
#[tokio::test]
22+
async fn test_deactivate(activate: bool) {
2223
let mut ctx = StakeTestContext::with_delegation();
2324
let min_delegation = ctx.minimum_delegation.unwrap();
2425

0 commit comments

Comments
 (0)