Skip to content

Commit 4ef9111

Browse files
kannon92mr-c
authored andcommitted
feat: format test file
1 parent a1a0bf6 commit 4ef9111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_stdout_stderr_log_dir.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def test_log_dir_echo_no_output(tmp_path: Path) -> None:
3030
for dir in os.listdir(tmp_path):
3131
for file in os.listdir(f"{tmp_path}/{dir}"):
3232
assert file == "out.txt"
33-
output = open(f"{tmp_path}/{dir}/{file}",'r').read()
34-
assert 'hello' in output
33+
output = open(f"{tmp_path}/{dir}/{file}", "r").read()
34+
assert "hello" in output

0 commit comments

Comments
 (0)