Selaa lähdekoodia

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

go vet fix for TestfillLicense
Sebastiaan van Stijn 6 vuotta sitten
vanhempi
commit
7bfd8a7a72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/",