Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 22, 2020
1 parent 3afc7e3 commit fa4bb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytest_cov.py
Expand Up @@ -546,7 +546,7 @@ def test_central_with_path_aliasing(testdir, monkeypatch, opts, prop):

@xdist_params
def test_borken_cwd(testdir, monkeypatch, opts):
mod = testdir.makepyfile(mod='''
testdir.makepyfile(mod='''
def foobar(a, b):
return a + b
''')
Expand Down

0 comments on commit fa4bb12

Please sign in to comment.