We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee5a8e commit d259001Copy full SHA for d259001
Branch-SDK-Tests/BNCCallbackMapTests.m
@@ -31,7 +31,6 @@ - (void)tearDown {
31
- (void)testSingleSave {
32
BNCCallbackMap *map = [BNCCallbackMap new];
33
34
- // block variable callback will update
35
__block BOOL successResult = NO;
36
__block NSString *statusMessageResult = @"no callback";
37
@@ -57,7 +56,6 @@ - (void)testSingleSave {
57
56
- (void)testDeletedRequest {
58
59
60
61
62
63
0 commit comments