We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a94f0 commit a4b1c52Copy full SHA for a4b1c52
program/tests/deactivate.rs
@@ -18,7 +18,8 @@ use {
18
19
#[test_case(false; "activating")]
20
#[test_case(true; "active")]
21
-fn test_deactivate(activate: bool) {
+#[tokio::test]
22
+async fn test_deactivate(activate: bool) {
23
let mut ctx = StakeTestContext::with_delegation();
24
let min_delegation = ctx.minimum_delegation.unwrap();
25
0 commit comments