Moved query method to PhoneNumberUtil since that's they only caller. Moved corresponding tests to SSK // FREEBIE
17 lines
252 B
Objective-C
17 lines
252 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <XCTest/XCTest.h>
|
|
#import "TestUtil.h"
|
|
#import "OWSContactsManager.h"
|
|
|
|
@interface OWSContactsManagerTest : XCTestCase
|
|
|
|
@end
|
|
|
|
|
|
@implementation OWSContactsManagerTest
|
|
|
|
@end
|