Rename more "Info" fields to "Desc"

This commit is contained in:
Sebastian Zagrodzki
2017-05-06 02:52:19 +02:00
parent 9f04f7bdf0
commit d68d0c1a41
10 changed files with 31 additions and 31 deletions

View File

@@ -89,7 +89,7 @@ func TestEndpoint(t *testing.T) {
wantErr: true,
},
} {
ep := &endpoint{h: nil, InterfaceSetting: epData.intf, Info: epData.ei}
ep := &endpoint{h: nil, InterfaceSetting: epData.intf, Desc: epData.ei}
if tc.wantSubmit {
go func() {
fakeT := lib.waitForSubmitted()