diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-25 17:25:31 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-25 17:25:31 +0200 |
commit | a3418c5e0a3c6e925b5a4fb3ecb1d3db56408d1a (patch) | |
tree | 23ab46cb3269a104d9b69e0d1a1bec3c340df112 /commit_test.go | |
parent | 0f97041639b55bc4631145e2053a47a1eb8cdef0 (diff) | |
download | go-git-a3418c5e0a3c6e925b5a4fb3ecb1d3db56408d1a.tar.gz |
Repository: Clone protection if non empty object storage, Remote: NoErrAlreadyUpToDate
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") |