Skip to content

Commit

Permalink
test: missing project=
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 1, 2024
1 parent 0378863 commit ee39b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_compile(compilers, project_with_contract, factory):
Testing both stringified paths and path-object paths.
"""
path = next(iter(project_with_contract.sources.paths))
actual = compilers.compile((factory(path),))
actual = compilers.compile((factory(path),), project=project_with_contract)
contract_name = path.stem
assert contract_name in [x.name for x in actual]

Expand Down

0 comments on commit ee39b90

Please sign in to comment.