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:
commit
7bfd8a7a72
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue