Skip to content

Commit 152b7e2

Browse files
authored
Update test_project.py
1 parent 964edb1 commit 152b7e2

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-
text=False)
20+
text=True)
2121

2222

2323
def test_pytest(cookies):

0 commit comments

Comments
 (0)