(t *testing.T)
| 8 | ) |
| 9 | |
| 10 | func newTestSessionManager(t *testing.T) *SessionManager { |
| 11 | t.Helper() |
| 12 | return &SessionManager{sessionsDir: t.TempDir(), logger: zap.NewNop()} |
| 13 | } |
| 14 | |
| 15 | func TestSearchSessions(t *testing.T) { |
| 16 | sm := newTestSessionManager(t) |
no outgoing calls
no test coverage detected