Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 28, 2024
1 parent a50249c commit 1f89442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/radix-engine-toolkit/tests/transaction_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ fn account_deposit_settings_changes_are_recognized() {
assert_eq_three!(
static_analysis.reserved_instructions,
dynamic_analysis.reserved_instructions,
indexset![ReservedInstruction::AccountUpdateSettings]
indexset![]
);
assert_eq_three!(
static_analysis.classification.len(),
Expand Down

0 comments on commit 1f89442

Please sign in to comment.