fix: remove dead real_notify import in test
All checks were successful
Ruff Lint / lint (pull_request) Successful in 23s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-18 16:02:31 -05:00
parent b04219d208
commit 2c57fbcdf5

View File

@ -127,8 +127,6 @@ async def test_hook_processes_tier_ups_from_evo_result():
channel = _make_channel()
db_game = {"id": 99}
from command_logic.logic_gameplay import notify_tier_completion as real_notify
try:
await db_post_mock(f"season-stats/update-game/{db_game['id']}")
evo_result = await db_post_mock(f"evolution/evaluate-game/{db_game['id']}")