Skip to content

Commit

Permalink
Update pyperf/tests/test_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 26, 2024
1 parent 876783d commit 0e202dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperf/tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_pipe_with_timeout(self):
return_value=(True, False, False)):
bench_json = rpipe.read_text(timeout=0.1)
self.assertEqual(bench_json.rstrip(),
tests.benchmark_as_json(result.bench).rstrip())
tests.benchmark_as_json(result.bench).rstrip())

def test_json_exists(self):
with tempfile.NamedTemporaryFile('wb+') as tmp:
Expand Down

0 comments on commit 0e202dd

Please sign in to comment.