Skip to content

Commit 303d17f

Browse files
henryiiiCopilot
andauthored
Update tests/test_setupcfg.py
Co-authored-by: Copilot <[email protected]>
1 parent 85f9894 commit 303d17f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_setupcfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ def test_scfg001():
1111
version = 1.0
1212
description = A test package
1313
author = Me
14-
author_email = [email protected]"
15-
""")
14+
author_email = [email protected]
1615
assert compute_check("SCFG001", setupcfg=setupcfg).result
1716
1817

0 commit comments

Comments
 (0)