Skip to content

Commit 9190dff

Browse files
committed
Fix
1 parent b7a0a75 commit 9190dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ - (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithoutSecureEnclave_shoul
524524
XCTAssertNotNil(result);
525525
XCTAssertEqual(result.keyChainVersion, MSIDWPJKeychainAccessGroupV2);
526526
XCTAssertTrue(result.privateKeyRef != NULL);
527-
XCTAssertTrue(result.privateTransportKeyRef == NULL);
527+
XCTAssertTrue(result.privateTransportKeyRef != NULL);
528528
}
529529

530530
- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_shouldReturnOnlyDeviceKey

0 commit comments

Comments
 (0)