Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/unit/test_agent_repair_default_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ def test_repair_keeps_a_model_the_agent_already_has():
# matching would leave the model untouched and the test would still pass.
assert result.type == "llm", "repair did not run"
assert result.model == "perplexity/sonar-pro"
assert db.commit.called, "the repair still writes — the model just has to survive the write"
Loading