Skip to content

Commit

Permalink
Carthage update, update expectation test for 'int' collection
Browse files Browse the repository at this point in the history
  • Loading branch information
asowers1 committed Mar 2, 2017
1 parent ff6e026 commit 04c0421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Quick/Nimble" "v5.1.1"
github "Quick/Quick" "v1.0.0"
github "antitypical/Result" "3.1.0"
github "Quick/Quick" "v1.1.0"
github "antitypical/Result" "3.2.0"
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"
github "ReactiveCocoa/ReactiveSwift" "1.0.0"
github "ReactiveCocoa/ReactiveSwift" "1.1.0"
2 changes: 1 addition & 1 deletion Tests/JSONRequestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class JSONRequestTests: QuickSpec {
.startWithResult { (result: Result<[Int], NetworkError>) in
colors = result.value
}
expect(colors?.count).toEventually(equal(513), timeout: 5)
expect(colors?.count).toEventually(equal(519), timeout: 5)
}
}
}
Expand Down

0 comments on commit 04c0421

Please sign in to comment.