Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Hill <[email protected]>
  • Loading branch information
nakul1010 and gregdhill authored Aug 31, 2023
1 parent 3f6aec8 commit b3d58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/runtime-tests/src/parachain/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn test_btc_swap_contract() {
None,
execute_trade,
DebugInfo::Skip,
pallet_contracts::CollectEvents::Skip,
CollectEvents::Skip,
Determinism::Enforced,
);
assert_eq!(result.result.unwrap().flags.bits(), 0); // checks that result is ok, and no error flags are set
Expand Down

0 comments on commit b3d58c2

Please sign in to comment.