Fix test build, rename src/Test/ ->src/TestUtils/ to avoid confusion with the

existing test/ directory
pull/1/head
Michael Kirk 7 years ago
parent db09a4dae9
commit d6cbdddc42

@ -55,7 +55,8 @@ NS_ASSUME_NONNULL_BEGIN
self.profileKeys[recipientId] = key; self.profileKeys[recipientId] = key;
} }
- (nullable NSData *)profileKeyDataForRecipientId:(NSString *)recipientId { - (nullable NSData *)profileKeyDataForRecipientId:(NSString *)recipientId
{
return self.profileKeys[recipientId].keyData; return self.profileKeys[recipientId].keyData;
} }
@ -74,7 +75,8 @@ NS_ASSUME_NONNULL_BEGIN
[self.recipientWhitelist addObject:recipientId]; [self.recipientWhitelist addObject:recipientId];
} }
- (void)addGroupIdToProfileWhitelist:(NSData *)groupId { - (void)addGroupIdToProfileWhitelist:(NSData *)groupId
{
[self.threadWhitelist addObject:groupId.hexadecimalString]; [self.threadWhitelist addObject:groupId.hexadecimalString];
} }
Loading…
Cancel
Save