Skip to content

Commit 1622497

Browse files
committed
add test_missing_signers opt-out
1 parent 67e01c5 commit 1622497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program/tests/deactivate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ fn test_deactivate(activate: bool) {
6161
override_signer: Some(&ctx.withdrawer),
6262
})
6363
.checks(&[Check::err(ProgramError::MissingRequiredSignature)])
64+
.test_missing_signers(false)
6465
.execute();
6566

6667
// Deactivate succeeds

0 commit comments

Comments
 (0)