From a3b4affcb312231f3f11a7d0c8a03e7468004e98 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 10 Aug 2020 14:59:50 +0800 Subject: [PATCH] rename test method --- core/utils/version_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/version_test.go b/core/utils/version_test.go index 815a69af..01b3ef63 100644 --- a/core/utils/version_test.go +++ b/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