Fix pc sampling unit test (#847)

This commit is contained in:
Fei Zheng
2025-08-01 09:28:43 -06:00
committed by GitHub
parent 70ebb4a299
commit 81daaaecc7
+1 -1
View File
@@ -9270,7 +9270,7 @@ def test_pc_sampling_prof_empty_appcmd(
assert mock_capture_subprocess.called
options_list = mock_capture_subprocess.call_args[0][0]
assert options_list[-1] == ""
assert options_list[-1] == "--"
mock_console_error.assert_not_called()
mock_capture_subprocess.reset_mock()