rename
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ func TestFilterFlags(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFunctionName(t *testing.T) {
|
||||
assert.Regexp(t, `^(.*/vendor/)?github.com/gin-gonic/gin.somefunction$`, nameOfFunction(somefunction))
|
||||
assert.Regexp(t, `^(.*/vendor/)?git.company.lan/gopkg/gin.somefunction$`, nameOfFunction(somefunction))
|
||||
}
|
||||
|
||||
func somefunction() {
|
||||
|
||||
Reference in New Issue
Block a user