Skip to content

Commit e446160

Browse files
committed
singleton
1 parent d9acdd1 commit e446160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDKTests/QNFormUploadTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ @implementation QNFormUploadTesT
2424

2525
- (void)setUp {
2626
[super setUp];
27-
_upManager = [[QNUploadManager alloc] init];
27+
_upManager = [QNUploadManager sharedInstanceWithRecorder:nil recorderKeyGenerator:nil];
2828
}
2929

3030
- (void)tearDown {

0 commit comments

Comments
 (0)