fix naming on test
This commit is contained in:
parent
3d7f737481
commit
f1f0fa7335
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func Test_Clone(t *testing.T) {
|
||||
func TestClone(t *testing.T) {
|
||||
|
||||
repo := createTestRepo(t)
|
||||
seedTestRepo(t, repo)
|
||||
|
|
Loading…
Reference in New Issue