Skip to content

Commit

Permalink
fix no location tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Dec 9, 2024
1 parent b337ea9 commit f77568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UnitTests/MPKitContainerTests.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import <XCTest/XCTest.h>
#import <OCMock/OCMock.h>
#import "mParticle.h"
#import "MPKitContainer.h"
#import "MPIConstants.h"
#import "MPForwardQueueItem.h"
Expand Down Expand Up @@ -29,7 +30,6 @@
#import "MPKitTestClassSideloaded.h"
#import "MPApplication.h"
#import "MParticleSwift.h"
#import "mParticle.h"

@interface MParticle ()

Expand Down
2 changes: 1 addition & 1 deletion UnitTests/MPResponseConfigTests.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import <XCTest/XCTest.h>
#import "mParticle.h"
#import "MParticleSwift.h"
#import "MPIConstants.h"
#import "MPStateMachine.h"
#import "mParticle.h"
#import "MPIUserDefaults.h"
#import "MPBaseTestCase.h"

Expand Down

0 comments on commit f77568f

Please sign in to comment.