fix golang kokoro linux build

pull/4905/head
Yilun Chong 7 years ago
parent 14bc658175
commit 517190a7d9
  1. 2
      examples/list_people_test.go

@ -34,7 +34,7 @@ func TestWritePersonWritesPerson(t *testing.T) {
func TestListPeopleWritesList(t *testing.T) {
buf := new(bytes.Buffer)
in := pb.AddressBook{[]*pb.Person{
in := pb.AddressBook{People: []*pb.Person {
{
Name: "John Doe",
Id: 101,

Loading…
Cancel
Save