Skip to content

Commit

Permalink
Replace XCTest module imports (google#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Oct 26, 2023
1 parent 3a4fcd4 commit c083e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppCheckCore/Tests/Unit/Core/GACAppCheckLoggerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

@import XCTest;
#import <XCTest/XCTest.h>

#import "AppCheckCore/Sources/Public/AppCheckCore/GACAppCheckLogger.h"

Expand Down
2 changes: 1 addition & 1 deletion AppCheckCore/Tests/Unit/Core/GACAppCheckTokenResultTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

@import XCTest;
#import <XCTest/XCTest.h>

#import "AppCheckCore/Sources/Public/AppCheckCore/GACAppCheckToken.h"
#import "AppCheckCore/Sources/Public/AppCheckCore/GACAppCheckTokenResult.h"
Expand Down

0 comments on commit c083e47

Please sign in to comment.