From 05d67f40752a24c2bcc558ed4134f25c6f74409d Mon Sep 17 00:00:00 2001 From: Jamie West Date: Thu, 18 Aug 2022 09:18:54 +0100 Subject: [PATCH] fix: refactoring Api -> API naming in tests as well. Woops! --- github/misc_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/misc_test.go b/github/misc_test.go index adc7e765eba..4e88ec54529 100644 --- a/github/misc_test.go +++ b/github/misc_test.go @@ -190,7 +190,7 @@ func TestAPIMeta_Marshal(t *testing.T) { Dependabot: []string{"d"}, SSHKeyFingerprints: map[string]string{"a": "f"}, SSHKeys: []string{"k"}, - Api: []string{"a"}, + API: []string{"a"}, Web: []string{"w"}, } want := `{ @@ -232,7 +232,7 @@ func TestAPIMeta(t *testing.T) { Importer: []string{"i"}, Actions: []string{"a"}, Dependabot: []string{"d"}, - Api: []string{"a"}, + API: []string{"a"}, Web: []string{"w"}, VerifiablePasswordAuthentication: Bool(true),