Skip to content

Commit 6e95364

Browse files
authored
Move all unit tests to the Tests/Unit folder (#2234)
1 parent 78d9cad commit 6e95364

28 files changed

+3
-2
lines changed

GoogleDataLogger.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Shared library for iOS SDK data logging needs.
3535
}
3636

3737
# Test specs
38-
s.test_spec 'Tests' do |test_spec|
39-
test_spec.source_files = 'GoogleDataLogger/Tests/**/*.{h,m}'
38+
s.test_spec 'UnitTests' do |test_spec|
39+
test_spec.source_files = 'GoogleDataLogger/Tests/Unit/**/*.{h,m}'
4040
end
4141
end

GoogleDataLogger/Tests/GDLLogStorageTest.m renamed to GoogleDataLogger/Tests/Unit/GDLLogStorageTest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ @interface GDLLogStorageTest : GDLTestCase
4242
/** The test prioritizer implementation. */
4343
@property(nullable, nonatomic) GDLTestPrioritizer *testPrioritizer;
4444

45+
/** The uploader fake. */
4546
@property(nonatomic) GDLUploaderFake *uploaderFake;
4647

4748
@end

0 commit comments

Comments
 (0)