Skip to content

Commit

Permalink
fix(conditional tests): audit flag only run in-vote-time tests when a…
Browse files Browse the repository at this point in the history
…udit flag is NOT enabled.
  • Loading branch information
cong-or committed Jul 28, 2023
1 parent 43df7ac commit 4a5a6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/catalyst-toolbox/catalyst-toolbox/tests/tally/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ fn transaction_transfer_does_not_decrease_voting_power() {
}

#[test]
#[cfg(not(feature = "audit"))]
fn expired_transaction() {
let (mut generator, _, tally_fragments) = setup_run! {
seed = [0; 32],
Expand Down

0 comments on commit 4a5a6fd

Please sign in to comment.