Clone opts init fix #69

Merged
jezell merged 3 commits from clone_opts_init_fix into master 2014-03-18 21:56:38 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f1f0fa7335 - Show all commits

View File

@ -5,7 +5,7 @@ import (
"testing"
)
func Test_Clone(t *testing.T) {
func TestClone(t *testing.T) {
repo := createTestRepo(t)
seedTestRepo(t, repo)