Skip to content

Commit

Permalink
!fixup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Aug 23, 2024
1 parent c1599c9 commit 679efc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-simulation/src/test/simulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ fn test_simulate_create_contract() {
)]
);
assert!(res.contract_events.is_empty());
assert!(res.diagnostic_events.is_empty());
assert!(res.diagnostic_events.is_empty());
let expected_instructions = 2979643;
assert_eq!(
res.transaction_data,
Expand Down

0 comments on commit 679efc3

Please sign in to comment.