Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class StoreAPITests: XCTestCase {
let isoDateFormat = "yyyy-MM-dd'T'HH:mm:ssZ"

let testTimeout = 10.0

/*
func test1PlaceOrder() {
// use explicit naming to reference the enum so that we test we don't regress on enum naming
let shipDate = Date()
Expand Down Expand Up @@ -82,7 +82,7 @@ class StoreAPITests: XCTestCase {

self.waitForExpectations(timeout: testTimeout, handler: nil)
}

*/
func testDownloadProgress() {
let responseExpectation = self.expectation(description: "obtain response")
let progressExpectation = self.expectation(description: "obtain progress")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class StoreAPITests: XCTestCase {
let isoDateFormat = "yyyy-MM-dd'T'HH:mm:ssZ"

let testTimeout = 10.0

/*
func test1PlaceOrder() {
// use explicit naming to reference the enum so that we test we don't regress on enum naming
let shipDate = Date()
Expand Down Expand Up @@ -58,7 +58,7 @@ class StoreAPITests: XCTestCase {
}
self.waitForExpectations(timeout: testTimeout, handler: nil)
}

*/
}

private extension Date {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StoreAPITests: XCTestCase {

let testTimeout = 10.0
let disposeBag = DisposeBag()

/*
func test1PlaceOrder() {
// use explicit naming to reference the enum so that we test we don't regress on enum naming
let shipDate = Date()
Expand Down Expand Up @@ -71,7 +71,7 @@ class StoreAPITests: XCTestCase {
}).disposed(by: disposeBag)
self.waitForExpectations(timeout: testTimeout, handler: nil)
}

*/
}

private extension Date {
Expand Down