| 1420 | } |
| 1421 | |
| 1422 | type fakeWorkspaceUpdateClient struct { |
| 1423 | ctx context.Context |
| 1424 | t testing.TB |
| 1425 | recv chan *updateRecvCall |
| 1426 | close chan chan<- error |
| 1427 | } |
| 1428 | |
| 1429 | func (f *fakeWorkspaceUpdateClient) Close() error { |
| 1430 | f.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected