(c *C, h plumbing.Hash)
| 42 | } |
| 43 | |
| 44 | func (s *BaseObjectsSuite) commit(c *C, h plumbing.Hash) *Commit { |
| 45 | commit, err := GetCommit(s.Storer, h) |
| 46 | c.Assert(err, IsNil) |
| 47 | return commit |
| 48 | } |
| 49 | |
| 50 | type ObjectsSuite struct { |
| 51 | BaseObjectsSuite |
no test coverage detected