From ac17e2863397e423dd582d628b03bde6af3170d6 Mon Sep 17 00:00:00 2001 From: mrb Date: Wed, 6 Mar 2013 13:06:00 -0500 Subject: [PATCH] Fixed renamed func in index_test --- index_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_test.go b/index_test.go index b853ebf..cbcdaa5 100644 --- a/index_test.go +++ b/index_test.go @@ -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"