Skip to content

Commit

Permalink
fix: refactoring Api -> API naming in tests as well. Woops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamian committed Aug 18, 2022
1 parent 88e840d commit 05d67f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := `{
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 05d67f4

Please sign in to comment.