Skip to content

Commit 311a4e3

Browse files
committed
typo
1 parent bd9aefe commit 311a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_modes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_cpu_mode_with_no_samples(self):
233233
self.assertIn("No samples were collected", output)
234234
self.assertIn("CPU mode", output)
235235

236-
def test_jsonl_collector_rspects_skip_idle(self):
236+
def test_jsonl_collector_respects_skip_idle(self):
237237
"""Test that frames are actually filtered when skip_idle=True."""
238238
import tempfile
239239
import json

0 commit comments

Comments
 (0)