(w time.Duration)
| 1054 | } |
| 1055 | |
| 1056 | func (c *TestWriteClient) SetStoreWait(w time.Duration) { |
| 1057 | c.mtx.Lock() |
| 1058 | defer c.mtx.Unlock() |
| 1059 | c.storeWait = w |
| 1060 | } |
| 1061 | |
| 1062 | func (c *TestWriteClient) SetReturnError(err error) { |
| 1063 | c.mtx.Lock() |
no test coverage detected