Skip to content

Commit f8bca95

Browse files
committed
fix
1 parent 8fb3ec0 commit f8bca95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_xrun_doc/test_command_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_parser_sbs(self):
8585
with redirect_stdout(st):
8686
get_parser_sbs().print_help()
8787
text = st.getvalue()
88-
self.assertIn("--model", text)
88+
self.assertIn("--onnx", text)
8989

9090

9191
if __name__ == "__main__":

0 commit comments

Comments
 (0)