Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 25, 2024
1 parent 7705676 commit 1f6013f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enclave-runtime/src/test/tests_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@ fn test_create_state_diff() {
assert_eq!(
sender_acc_info.data.free,
ita_stf::test_genesis::ENDOWED_ACC_FUNDS
- TX_AMOUNT
- 1_000_000_000_000 / ita_stf::STF_TX_FEE_UNIT_DIVIDER
- TX_AMOUNT - 1_000_000_000_000 / ita_stf::STF_TX_FEE_UNIT_DIVIDER
);
}

Expand Down

0 comments on commit 1f6013f

Please sign in to comment.