Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerdesnv committed Jan 17, 2024
1 parent 44dc20f commit 1b24043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_quick_run_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def setUp(self):
):
self._mock_models = [
ModelProfileSpec(
ConfigModelProfileSpec(model_name="fake_model_name"),
ConfigModelProfileSpec(
model_name="fake_model_name", perf_analyzer_flags={}
),
MagicMock(),
MagicMock(),
MagicMock(),
Expand Down

0 comments on commit 1b24043

Please sign in to comment.