mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 23:50:00 +08:00
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