Skip to content

Commit

Permalink
Revert "verbose"
Browse files Browse the repository at this point in the history
This reverts commit 082a006.
  • Loading branch information
jasonpaulos committed Dec 21, 2023
1 parent 7de598e commit afe5c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def dryrun_sequence(
*,
compiler_version=6,
txn_params: TxParams | None = None,
verbose: bool = True,
verbose: bool = False,
) -> list[DryRunInspector]:
return cast(
list,
Expand Down

0 comments on commit afe5c1a

Please sign in to comment.