Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Dec 17, 2024
1 parent 2cf9b29 commit dbff87e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/modelbench_tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ def test_benchmark_multiple_suts_produces_json(self, runner, version, locale, pr
version, locale if locale else Locale.EN_US, prompt_set if prompt_set else "practice", "default"
)

FakeSUT

mock = MagicMock(return_value=[self.mock_score("fake-2", benchmark), self.mock_score("fake-2", benchmark)])
monkeypatch.setattr(modelbench.run, "score_benchmarks", mock)
# TODO: There is a bug here that always makes it pass.
Expand Down

0 comments on commit dbff87e

Please sign in to comment.