File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ + (instancetype)essentialAuthTimeClaim {
4949 return [[self alloc ] initWithName: kAuthTimeClaimName essential: YES ];
5050}
5151
52- + (instancetype )amrClaim {
52+ + (instancetype )AMRClaim {
5353 return [[self alloc ] initWithName: kAMRClaimName essential: NO ];
5454}
5555
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ extern NSString *const kAMRClaimName;
4444+ (instancetype )essentialAuthTimeClaim ;
4545
4646// / Creates a *non-essential* (voluntary) "amr" claim object.
47- + (instancetype )amrClaim ;
47+ + (instancetype )AMRClaim ;
4848
4949// / Creates an *essential* "amr" claim object.
5050+ (instancetype )essentialAMRClaim ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ - (void)testEssentialAuthTimeClaim_PropertiesAreCorrect {
3434}
3535
3636- (void )testAMRClaim_PropertiesAreCorrect {
37- GIDClaim *claim = [GIDClaim amrClaim ];
37+ GIDClaim *claim = [GIDClaim AMRClaim ];
3838 XCTAssertEqualObjects (claim.name , kAMRClaimName );
3939 XCTAssertFalse (claim.isEssential );
4040}
You can’t perform that action at this time.
0 commit comments