Skip to content

Commit 4306846

Browse files
sverhoevenjspaaks
andauthored
Apply suggestions from code review
Co-authored-by: Jurriaan H. Spaaks <j.spaaks@esciencecenter.nl>
1 parent 88f5659 commit 4306846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(command: str, dirpath: os.PathLike) -> subprocess.CompletedProcess:
1717
stdout=subprocess.PIPE,
1818
stderr=subprocess.PIPE,
1919
cwd=dirpath,
20-
encoding='utf-8')
20+
encoding="utf-8")
2121

2222

2323
def test_pytest(cookies):

0 commit comments

Comments
 (0)