Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerzy Zagorski committed Sep 30, 2024
1 parent 14161b1 commit f93ec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/engine/test_arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_bad_nullable_kvs(arg):
"sequence_parallel_norm_threshold": 2048,
}, "override-neuron-config"),
])
def test_mm_processor_kwargs_prompt_parser(arg, expected, option):
def test_composite_arg_parser(arg, expected, option):
parser = EngineArgs.add_cli_args(FlexibleArgumentParser())
if arg is None:
args = parser.parse_args([])
Expand Down

0 comments on commit f93ec21

Please sign in to comment.