Skip to content

Commit

Permalink
Changes missed in the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Feb 20, 2025
1 parent 0ef0274 commit bb0adaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Agent/Measurements/NRMASupportMetricHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#import <Foundation/Foundation.h>
#import "NewRelicFeatureFlags.h"

static NSMutableArray *deferredMetrics;

@interface NRMASupportMetricHelper : NSObject
+ (void) enqueueDataUseMetric:(NSString*)subDestination size:(long)size received:(long)received;
+ (void) enqueueFeatureFlagMetric:(BOOL)enabled features:(NRMAFeatureFlags)features;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ - (void) setUp {

if (deferredMetrics != nil) {
[deferredMetrics removeAllObjects];
deferredMetrics = nil;
}
helper = [[NRMAMeasurementConsumerHelper alloc] initWithType:NRMAMT_NamedValue];
[NRMAMeasurements initializeMeasurements];
Expand Down

0 comments on commit bb0adaf

Please sign in to comment.