Skip to content

Commit

Permalink
Remove test case passing fees sysvar as account
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jul 8, 2024
1 parent 90b056c commit 11e321c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions programs/sbf/tests/sysvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use {
pubkey::Pubkey,
signature::{Keypair, Signer},
sysvar::{
clock, epoch_rewards, epoch_schedule, fees, instructions, recent_blockhashes, rent,
clock, epoch_rewards, epoch_schedule, instructions, recent_blockhashes, rent,
slot_hashes, slot_history, stake_history,
},
transaction::{SanitizedTransaction, Transaction},
Expand Down Expand Up @@ -67,8 +67,6 @@ fn test_sysvar_syscalls() {
AccountMeta::new_readonly(slot_hashes::id(), false),
AccountMeta::new_readonly(slot_history::id(), false),
AccountMeta::new_readonly(stake_history::id(), false),
#[allow(deprecated)]
AccountMeta::new_readonly(fees::id(), false),
AccountMeta::new_readonly(epoch_rewards::id(), false),
],
);
Expand Down

0 comments on commit 11e321c

Please sign in to comment.