(c *C)
| 25 | var _ = Suite(&SuiteCommit{}) |
| 26 | |
| 27 | func (s *SuiteCommit) SetUpSuite(c *C) { |
| 28 | s.BaseObjectsSuite.SetUpSuite(c) |
| 29 | |
| 30 | hash := plumbing.NewHash("1669dce138d9b841a518c64b10914d88f5e488ea") |
| 31 | |
| 32 | s.Commit = s.commit(c, hash) |
| 33 | } |
| 34 | |
| 35 | func (s *SuiteCommit) TestDecodeNonCommit(c *C) { |
| 36 | hash := plumbing.NewHash("9a48f23120e880dfbe41f7c9b7b708e9ee62a492") |