We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a0a75 commit 9190dffCopy full SHA for 9190dff
IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m
@@ -524,7 +524,7 @@ - (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithoutSecureEnclave_shoul
524
XCTAssertNotNil(result);
525
XCTAssertEqual(result.keyChainVersion, MSIDWPJKeychainAccessGroupV2);
526
XCTAssertTrue(result.privateKeyRef != NULL);
527
- XCTAssertTrue(result.privateTransportKeyRef == NULL);
+ XCTAssertTrue(result.privateTransportKeyRef != NULL);
528
}
529
530
- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_shouldReturnOnlyDeviceKey
0 commit comments