Commit bd1224e7 authored by Yilun Chong's avatar Yilun Chong Committed by Feng Xiao

fix golang kokoro linux build

parent 359889ba
...@@ -34,7 +34,7 @@ func TestWritePersonWritesPerson(t *testing.T) { ...@@ -34,7 +34,7 @@ func TestWritePersonWritesPerson(t *testing.T) {
func TestListPeopleWritesList(t *testing.T) { func TestListPeopleWritesList(t *testing.T) {
buf := new(bytes.Buffer) buf := new(bytes.Buffer)
in := pb.AddressBook{[]*pb.Person{ in := pb.AddressBook{People: []*pb.Person {
{ {
Name: "John Doe", Name: "John Doe",
Id: 101, Id: 101,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment