rename test method

This commit is contained in:
kevin
2020-08-10 14:59:50 +08:00
parent 6aa7a319c2
commit a3b4affcb3

View File

@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestCustomCompareVersions(t *testing.T) {
func TestCompareVersions(t *testing.T) {
cases := []struct {
ver1 string
ver2 string