(c *C)
| 59 | } |
| 60 | |
| 61 | func (s *LockStoreSuite) TestLockKeyParallel(c *C) { |
| 62 | s.testLockKeyParallel(c, false) |
| 63 | } |
| 64 | |
| 65 | func (s *LockStoreSuite) TestTryLockKeyParallel(c *C) { |
| 66 | s.testLockKeyParallel(c, true) |
nothing calls this directly
no test coverage detected