File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ XCTMain([
40
40
testCase ( WalkTests . allTests) ,
41
41
testCase ( ModuleMapsTestCase . allTests) ,
42
42
testCase ( DescribeTests . allTests) ,
43
- testCase ( GitTests . allTests) ,
43
+ testCase ( GitUtilityTests . allTests) ,
44
44
] )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class GitMoc: Git {
18
18
}
19
19
}
20
20
21
- class GitTests : XCTestCase {
21
+ class GitUtilityTests : XCTestCase {
22
22
23
23
func testGitVersion( ) {
24
24
XCTAssertEqual ( GitMoc . majorVersionNumber, 2 )
@@ -34,8 +34,8 @@ class GitTests: XCTestCase {
34
34
}
35
35
}
36
36
37
- extension GitTests {
38
- static var allTests : [ ( String , GitTests -> ( ) throws -> Void ) ] {
37
+ extension GitUtilityTests {
38
+ static var allTests : [ ( String , GitUtilityTests -> ( ) throws -> Void ) ] {
39
39
return [
40
40
( " testGitVersion " , testGitVersion) ,
41
41
]
You can’t perform that action at this time.
0 commit comments