Skip to content

Commit

Permalink
Forgot to stop mocking the mockNewRelicInternals
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Dec 18, 2024
1 parent 000d233 commit 1f41f4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ - (void)tearDown {
if([fileManager fileExistsAtPath:testFilename]) {
[fileManager removeItemAtPath:testFilename error:nil];
}
[self.mockNewRelicInternals stopMocking];

[NRMAFlags disableFeatures: NRFeatureFlag_NewEventSystem];

Expand Down

0 comments on commit 1f41f4c

Please sign in to comment.