Skip to content

Commit

Permalink
enable decimals in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 10, 2024
1 parent 7c9ef00 commit 37917a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def global_settings(evm_version, experimental_codegen, optimize, debug):
evm_version=evm_version,
experimental_codegen=experimental_codegen,
debug=debug,
enable_decimals=True,
)
set_global_settings(settings)

Expand Down

0 comments on commit 37917a2

Please sign in to comment.