fix: review feedback — literal error types, extract FatalErrorScreen, type params, fix mock signature

This commit is contained in:
Igor Loskutov
2026-02-05 19:35:47 -05:00
parent a2694650fd
commit 4fd88b2fc1
4 changed files with 76 additions and 125 deletions

View File

@@ -158,7 +158,7 @@ async def test_different_time_windows_create_separate_meetings():
call_count = 0
async def mock_create_meeting(room_name_prefix, end_date, room):
async def mock_create_meeting(room_name_prefix, *, end_date, room):
nonlocal call_count
call_count += 1
return AsyncMock(