Skip to content

Commit 7edc17e

Browse files
committed
Fix code style
1 parent a8f434a commit 7edc17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pytest_mpl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def test_generate(tmpdir):
163163

164164
# If we do generate, the test should succeed and a new file will appear
165165
code = subprocess.call([sys.executable, '-m', 'pytest',
166-
'--mpl-generate-path={0}'.format(gen_dir),
167-
test_file])
166+
'--mpl-generate-path={0}'.format(gen_dir),
167+
test_file])
168168
assert code == 0
169169
assert os.path.exists(os.path.join(gen_dir, 'test_gen.png'))
170170

0 commit comments

Comments
 (0)