Skip to content

Commit f685bfa

Browse files
committed
PR feedback #2
1 parent 0d1a8de commit f685bfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

auth/oauth/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestTokenResponse_Marshalling(t *testing.T) {
8585
})
8686
}
8787

88-
func TestTokenResponse_Param(t *testing.T) {
88+
func TestTokenResponse_Get(t *testing.T) {
8989
t.Run("nil map", func(t *testing.T) {
9090
var tr TokenResponse
9191
assert.Empty(t, tr.Get("c_nonce"))

mock/mock_echo.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)