diff options
| author | Jesse Ezell <[email protected]> | 2014-03-18 19:38:02 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-18 19:38:02 -0700 |
| commit | f1f0fa7335f6ec3285eae32f84d143edffd73ef5 (patch) | |
| tree | 3cf7e054605f76427d422643e12f7e6b957e994b | |
| parent | 3d7f737481e02fd8fb787916ade475b3dd6dc78d (diff) | |
fix naming on test
| -rw-r--r-- | clone_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clone_test.go b/clone_test.go index 27e824b..6145228 100644 --- a/clone_test.go +++ b/clone_test.go @@ -5,7 +5,7 @@ import ( "testing" ) -func Test_Clone(t *testing.T) { +func TestClone(t *testing.T) { repo := createTestRepo(t) seedTestRepo(t, repo) |
