Skip to content

Commit 520b47f

Browse files
committed
atomic property
1 parent e12ae54 commit 520b47f

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
@@ -37,7 +37,7 @@
3737

3838
@interface MSIDWorkPlaceJoinUtilTests : XCTestCase
3939
@property (nonatomic) MSIDTestSecureEnclaveKeyPairGenerator *eccKeyGenerator;
40-
@property (nonatomic, strong) NSMutableDictionary *keyGens;
40+
@property (atomic, strong) NSMutableDictionary *keyGens;
4141
@property (nonatomic) BOOL useIosStyleKeychain;
4242
@end
4343

0 commit comments

Comments
 (0)