Skip to content

Commit e6ae356

Browse files
Update utama_core/tests/strategy_runner/test_runner_misconfig.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2dda44f commit e6ae356

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utama_core/tests/strategy_runner/test_runner_misconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_assert_exp_robots_too_many_friendly(base_runner):
3939

4040

4141
def test_assert_exp_robots_too_few_friendly(base_runner):
42-
base_runner.exp_friendly = 0
4342
with pytest.raises(AssertionError):
4443
base_runner._assert_exp_robots(DummyStrategy(), None, 0, 3)
4544

0 commit comments

Comments
 (0)