fix: remove dead real_notify import in test
All checks were successful
Build Docker Image / build (pull_request) Successful in 52s
All checks were successful
Build Docker Image / build (pull_request) Successful in 52s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
303b7670d7
commit
596a3ec414
@ -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']}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user