Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Nov 13, 2024
1 parent af59cd8 commit dcfbab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/network/sepolia/test_sepolia_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_deployment_db():
contract_name = "test_deployment"

# contract is written to deployments db
contract = boa.loads(code, arg, contract_name=contract_name)
contract = boa.loads(code, arg, name=contract_name)

# test get_deployments()
deployment = next(db.get_deployments())
Expand Down

0 comments on commit dcfbab2

Please sign in to comment.