Skip to content

Commit 6f340f1

Browse files
author
Mateusz Zajac
committed
Fix one issue for casette purpose
1 parent 78109f3 commit 6f340f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

XcodeServerSDK/XcodeServer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Foundation
10-
import BuildaUtil
10+
import BuildaUtils
1111

1212
// MARK: XcodeServer Class
1313
public class XcodeServer : CIServer {

XcodeServerSDKTests/IntegrationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class IntegrationTests: XCTestCase {
6565

6666
let exp = self.expectationWithDescription("Network")
6767
let server = self.getRecordingXcodeServer("get_integration_issues")
68-
server.getIntegrationIssues(<#T##integrationId: String##String#>, completion: <#T##(integrationIssues: IntegrationIssues?, error: ErrorType?) -> ()#>)
68+
// server.getIntegrationIssues(<#T##integrationId: String##String#>, completion: <#T##(integrationIssues: IntegrationIssues?, error: ErrorType?) -> ()#>)
6969

7070
}
7171

0 commit comments

Comments
 (0)