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 8fb3ec0 commit f8bca95Copy full SHA for f8bca95
_unittests/ut_xrun_doc/test_command_lines.py
@@ -85,7 +85,7 @@ def test_parser_sbs(self):
85
with redirect_stdout(st):
86
get_parser_sbs().print_help()
87
text = st.getvalue()
88
- self.assertIn("--model", text)
+ self.assertIn("--onnx", text)
89
90
91
if __name__ == "__main__":
0 commit comments