(t *testing.T)
| 635 | } |
| 636 | |
| 637 | func newFakeTaggedStore(t *testing.T) *fakeTaggedStore { |
| 638 | return &fakeTaggedStore{ |
| 639 | t: t, |
| 640 | params: make(chan database.AcquireProvisionerJobParams, 100), |
| 641 | } |
| 642 | } |
| 643 | |
| 644 | func (s *fakeTaggedStore) AcquireProvisionerJob( |
| 645 | _ context.Context, params database.AcquireProvisionerJobParams, |
no outgoing calls
no test coverage detected