fix naming on test

This commit is contained in:
Jesse Ezell 2014-03-18 19:38:02 -07:00
parent 3d7f737481
commit f1f0fa7335
1 changed files with 1 additions and 1 deletions

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)