Skip to content

Commit dcc7c6e

Browse files
committed
More merge conflict left overs
1 parent 5b7e8b0 commit dcc7c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def baked_withdevdeps(cookies):
3838

3939
def test_pytest(baked_withdevdeps):
4040
project_dir, env_bin = baked_withdevdeps
41-
pytest_output = run([f'{env_bin}pytest'], result.project)
41+
pytest_output = run([f'{env_bin}pytest'], project_dir)
4242
assert pytest_output.returncode == 0
4343
assert '== 3 passed in' in pytest_output.stdout
4444
assert (project_dir / 'coverage.xml').exists()

0 commit comments

Comments
 (0)