fix golang kokoro linux build

This commit is contained in:
Yilun Chong 2018-07-12 16:52:16 -07:00
parent 14bc658175
commit 517190a7d9

View File

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