Skip to content

Commit 6f921a8

Browse files
rajendraarora16bivas
authored andcommitted
Fixing typo in assertClientConfig function. (#44)
1 parent 7546237 commit 6f921a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func assertClientConfig(t *T, config client.ClientConfig) {
12-
assert.Equal(t, config.GetOAuthToken(), "github-token", "oath token")
12+
assert.Equal(t, config.GetOAuthToken(), "github-token", "oauth token")
1313
assert.Equal(t, config.GetSecret(), "github-secret", "secret")
1414
}
1515

0 commit comments

Comments
 (0)