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([
4040 testCase ( WalkTests . allTests) ,
4141 testCase ( ModuleMapsTestCase . allTests) ,
4242 testCase ( DescribeTests . allTests) ,
43- testCase ( GitTests . allTests) ,
43+ testCase ( GitUtilityTests . allTests) ,
4444] )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class GitMoc: Git {
1818 }
1919}
2020
21- class GitTests : XCTestCase {
21+ class GitUtilityTests : XCTestCase {
2222
2323 func testGitVersion( ) {
2424 XCTAssertEqual ( GitMoc . majorVersionNumber, 2 )
@@ -34,8 +34,8 @@ class GitTests: XCTestCase {
3434 }
3535}
3636
37- extension GitTests {
38- static var allTests : [ ( String , GitTests -> ( ) throws -> Void ) ] {
37+ extension GitUtilityTests {
38+ static var allTests : [ ( String , GitUtilityTests -> ( ) throws -> Void ) ] {
3939 return [
4040 ( " testGitVersion " , testGitVersion) ,
4141 ]
You can’t perform that action at this time.
0 commit comments