diff options
Diffstat (limited to 'commit_test.go')
-rw-r--r-- | commit_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commit_test.go b/commit_test.go index 9a05cd8..626fdcf 100644 --- a/commit_test.go +++ b/commit_test.go @@ -15,8 +15,8 @@ type SuiteCommit struct { var _ = Suite(&SuiteCommit{}) -func (s *SuiteCommit) SetUpTest(c *C) { - s.BaseSuite.SetUpTest(c) +func (s *SuiteCommit) SetUpSuite(c *C) { + s.BaseSuite.SetUpSuite(c) hash := core.NewHash("1669dce138d9b841a518c64b10914d88f5e488ea") |