Skip to content

Commit

Permalink
Add some comment for test customization (#5170)
Browse files Browse the repository at this point in the history
Co-authored-by: Pan Shao <[email protected]>
  • Loading branch information
pshao25 and Pan Shao authored Nov 20, 2024
1 parent b97a76c commit ac353ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Authentication.OAuth2
public partial class OAuth2Client
{
/// <summary>
/// The authorization scopes.
/// The authorization scopes. We add this for test purpose, because the original AuthorizationScopes is private. We add this public property so that we could refer to in the test case.
/// </summary>
public static string[] TokenScopes => AuthorizationScopes;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Authentication.Union
public partial class UnionClient
{
/// <summary>
/// Gets the scopes required for authentication.
/// Gets the scopes required for authentication. We add this for test purpose, because the original AuthorizationScopes is private. We add this public property so that we could refer to in the test case.
/// </summary>
public static string[] TokenScopes => AuthorizationScopes;
}
Expand Down

0 comments on commit ac353ca

Please sign in to comment.