Fixed renamed func in index_test

This commit is contained in:
mrb 2013-03-06 13:06:00 -05:00
parent e620ded393
commit ac17e28633
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ func TestCreateRepoAndStage(t *testing.T) {
// figure out where we can create the test repo
path, err := ioutil.TempDir("", "git2go")
checkFatal(t, err)
repo, err := Init(path, false)
repo, err := InitRepository(path, false)
checkFatal(t, err)
tmpfile := "README"