File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ - (void)testOAuthLogin_WithAMRClaim_FormatsParametersCorrectly {
854854 @" Claims JSON should be correctly formatted" );
855855}
856856
857- - (void )testOAuthLogin_WithClaims_FormatsParametersCorrectly {
857+ - (void )testOAuthLogin_WithMultipleClaims_FormatsParametersCorrectly {
858858 GIDClaim *authTimeClaim = [GIDClaim authTimeClaim ];
859859 GIDClaim *AMRClaim = [GIDClaim AMRClaim ];
860860 NSSet *claims = [NSSet setWithArray: @[authTimeClaim, AMRClaim]];
@@ -884,7 +884,7 @@ - (void)testOAuthLogin_WithClaims_FormatsParametersCorrectly {
884884 @" Claims JSON should be correctly formatted" );
885885}
886886
887- - (void )testOAuthLogin_WithClaims_ReturnsIdTokenWithCorrectClaims {
887+ - (void )testOAuthLogin_WithMultipleClaims_ReturnsIdTokenWithCorrectClaims {
888888 GIDClaim *authTimeClaim = [GIDClaim authTimeClaim ];
889889 GIDClaim *AMRClaim = [GIDClaim AMRClaim ];
890890 NSSet *claims = [NSSet setWithArray: @[authTimeClaim, AMRClaim]];
You can’t perform that action at this time.
0 commit comments