Explorar el Código

rename test method

kevin hace 4 años
padre
commit
a3b4affcb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/utils/version_test.go

+ 1 - 1
core/utils/version_test.go

@@ -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