Skip to content

Commit 70c95db

Browse files
committed
fix test
1 parent fdbe500 commit 70c95db

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ DerivedData
1616
*.hmap
1717
*.ipa
1818
*.xcuserstate
19-
20-
# Carthage
21-
Carthage/Checkouts
22-
Carthage/Build

Tests/ClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class ClientTests: XCTestCase {
306306
XCTFail("Error during waitTask: \(error)")
307307
expecation.fulfill()
308308
} else {
309-
self.client.getLogsWithType("error", offset: 0, length: 1, block: { (JSON, error) -> Void in
309+
self.client.getLogsWithType("build", offset: 0, length: 1, block: { (JSON, error) -> Void in
310310
if let error = error {
311311
XCTFail("Error during getLogs: \(error)")
312312
} else {

0 commit comments

Comments
 (0)