You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(snapshot): Add type annotation to mock_filter function
why: To improve type safety and help mypy with type checking in tests.
what:
- Add proper type annotation to the mock_filter function in test_snapshot_active_only
- Explicitly specify that the function accepts snapshot types
(ServerSnapshot, SessionSnapshot, WindowSnapshot, PaneSnapshot)
- Return type was already correctly annotated as bool
0 commit comments