rename test method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user