Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Aug 12, 2021
1 parent 343ae88 commit 4312839
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ - (void)testRenameOverwriteRulesDB {
SNTEndpointSecurityManager *snt = [[SNTEndpointSecurityManager alloc] init];

XCTestExpectation *expectation = [self expectationWithDescription:@"Wait for response from ES"];
__block NSMutableArray<ESResponse *> *events = [NSMutableArray array];
__block ESResponse *got = nil;
[mockES registerResponseCallback:^(ESResponse *r) {
got = r;
Expand Down Expand Up @@ -267,7 +266,6 @@ - (void)testRenameRulesDB {
SNTEndpointSecurityManager *snt = [[SNTEndpointSecurityManager alloc] init];

XCTestExpectation *expectation = [self expectationWithDescription:@"Wait for response from ES"];
__block NSMutableArray<ESResponse *> *events = [NSMutableArray array];
__block ESResponse *got = nil;
[mockES registerResponseCallback:^(ESResponse *r) {
got = r;
Expand Down

0 comments on commit 4312839

Please sign in to comment.