1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

go vet fix for TestfillLicense
This commit is contained in:
Sebastiaan van Stijn 2018-12-09 12:30:13 +01:00 committed by GitHub
commit 7bfd8a7a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/",