(t *testing.T, store Store)
| 9688 | } |
| 9689 | |
| 9690 | func newTaskManagerForTest(t *testing.T, store Store) *Service { |
| 9691 | t.Helper() |
| 9692 | return newTaskManagerForTestWithOptions(t, store) |
| 9693 | } |
| 9694 | |
| 9695 | func newTaskManagerForTestWithOptions(t *testing.T, store Store, extraOpts ...Option) *Service { |
| 9696 | t.Helper() |
no test coverage detected