rename test method

master
kevin 4 years ago
parent 6aa7a319c2
commit a3b4affcb3

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

Loading…
Cancel
Save