Explorar o código

Merge pull request #38336 from yongtang/12082018-go-vet

go vet fix for TestfillLicense
Sebastiaan van Stijn %!s(int64=6) %!d(string=hai) anos
pai
achega
7bfd8a7a72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/licensing_test.go

+ 1 - 1
daemon/licensing_test.go

@@ -8,7 +8,7 @@ import (
 	"gotest.tools/assert"
 )
 
-func TestfillLicense(t *testing.T) {
+func TestFillLicense(t *testing.T) {
 	v := &types.Info{}
 	d := &Daemon{
 		root: "/var/lib/docker/",