Skip to content

Commit

Permalink
tests: corrects non existing lora test to new logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 7, 2024
1 parent c07d315 commit e0fb477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_managers/test_mm_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def test_adhoc_non_existing_intstring_large(self):
lora_model_manager.wait_for_adhoc_reset(15)
lora_name = "99999999999999"
lora_key = lora_model_manager.fetch_adhoc_lora(lora_name)
assert lora_model_manager.total_retries_attempted == 0
assert lora_model_manager.total_retries_attempted == 1
assert lora_key is None
assert not lora_model_manager.is_model_available(lora_name)
lora_model_manager.stop_all()
Expand Down

0 comments on commit e0fb477

Please sign in to comment.