google: minor tweaks

Change-Id: Ic0e6363b19bbfd40df6b7b15322abf43c9990688
This commit is contained in:
Patrick Jones
2020-12-15 08:53:28 -08:00
parent 4c1e0860ce
commit 08114d04f5
5 changed files with 10 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ func TestToken_Func(t *testing.T) {
tok, err := ourTS.Token()
if err != nil {
t.Errorf("Unexpected error: %e", err)
t.Fatalf("Unexpected error: %e", err)
}
if got, want := tok.AccessToken, correctAT; got != want {
t.Errorf("Unexpected access token: got %v, but wanted %v", got, want)