Skip to content

Commit fa4bb12

Browse files
committed
Remove unused var.
1 parent 3afc7e3 commit fa4bb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def test_central_with_path_aliasing(testdir, monkeypatch, opts, prop):
546546

547547
@xdist_params
548548
def test_borken_cwd(testdir, monkeypatch, opts):
549-
mod = testdir.makepyfile(mod='''
549+
testdir.makepyfile(mod='''
550550
def foobar(a, b):
551551
return a + b
552552
''')

0 commit comments

Comments
 (0)