Merge pull request #5 from mrb/test_fix
Fixed renamed func in index_test
This commit is contained in:
commit
4b40227697
|
@ -11,7 +11,7 @@ func TestCreateRepoAndStage(t *testing.T) {
|
||||||
// figure out where we can create the test repo
|
// figure out where we can create the test repo
|
||||||
path, err := ioutil.TempDir("", "git2go")
|
path, err := ioutil.TempDir("", "git2go")
|
||||||
checkFatal(t, err)
|
checkFatal(t, err)
|
||||||
repo, err := Init(path, false)
|
repo, err := InitRepository(path, false)
|
||||||
checkFatal(t, err)
|
checkFatal(t, err)
|
||||||
|
|
||||||
tmpfile := "README"
|
tmpfile := "README"
|
||||||
|
|
Loading…
Reference in New Issue