Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 18, 2025
1 parent cbba1d1 commit a6c7842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_empty_output/test_empty_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


def test_empty_output():
output_verbose = subprocess.Popen(
[sys.executable, "-u", "test_script.py"],
output_verbose = subprocess.run(
[sys.executable, "-u", verbose_file],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
Expand Down

0 comments on commit a6c7842

Please sign in to comment.