From 805174eda2356df1b01752c8bc57019e696e0a75 Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Tue, 10 Apr 2018 13:26:17 -0700 Subject: Add script for run and upload the benchmark result to bq --- examples/add_person_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/add_person_test.go b/examples/add_person_test.go index 0507db6f..f8ba9338 100644 --- a/examples/add_person_test.go +++ b/examples/add_person_test.go @@ -30,10 +30,10 @@ unknown t.Errorf("promptForAddress(%q) got %d, want ID %d", in, got.Id, 12345) } if got.Name != "Example Name" { - t.Errorf("promptForAddress(%q) => want name %q, got %q", "Example Name", got.Name) + t.Errorf("promptForAddress(%q) => want name %q, got %q", in, "Example Name", got.Name) } if got.Email != "name@example.com" { - t.Errorf("promptForAddress(%q) => want email %q, got %q", "name@example.com", got.Email) + t.Errorf("promptForAddress(%q) => want email %q, got %q", in, "name@example.com", got.Email) } want := []*pb.Person_PhoneNumber{ -- cgit v1.2.3