Skip to content

Commit d415a4e

Browse files
committed
Remove cleanup methods
1 parent 797438e commit d415a4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@ - (void)testGetWPJKeysWithTenantId_whenLegacyRegistration_shouldHaveNoTransportK
544544

545545
- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_shouldReturnOnlyDeviceKey
546546
{
547-
[self cleanWPJ:[self keychainGroup:YES]];
548-
[self cleanWPJ:[self keychainGroup:NO]];
549547
NSString *tid = self.tenantId;
550548
OSStatus status = [self insertDummyEccRegistrationForTenantIdentifier:tid certIdentifier:kDummyTenant1CertIdentifier useSecureEnclave:YES];
551549
// Don't insert transport key - simulate missing STK scenario

0 commit comments

Comments
 (0)