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 67e01c5 commit 1622497Copy full SHA for 1622497
program/tests/deactivate.rs
@@ -61,6 +61,7 @@ fn test_deactivate(activate: bool) {
61
override_signer: Some(&ctx.withdrawer),
62
})
63
.checks(&[Check::err(ProgramError::MissingRequiredSignature)])
64
+ .test_missing_signers(false)
65
.execute();
66
67
// Deactivate succeeds
0 commit comments