We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9aefe commit 311a4e3Copy full SHA for 311a4e3
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
@@ -233,7 +233,7 @@ def test_cpu_mode_with_no_samples(self):
233
self.assertIn("No samples were collected", output)
234
self.assertIn("CPU mode", output)
235
236
- def test_jsonl_collector_rspects_skip_idle(self):
+ def test_jsonl_collector_respects_skip_idle(self):
237
"""Test that frames are actually filtered when skip_idle=True."""
238
import tempfile
239
import json
0 commit comments