Skip to content

Commit

Permalink
fix: the d
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 21, 2023
1 parent 112d26d commit 27986f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ def test_hardfork(temp_config, networks):
data = {"hardhat": {"hardfork": "london"}}
with temp_config(data):
with networks.ethereum.local.use_provider("hardhat") as provider:
assert provider.config.hardfork == "londond"
assert provider.config.hardfork == "london"

0 comments on commit 27986f5

Please sign in to comment.