Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 10:49
Show Gist options
  • Save chriswebb09/9dcf0419a9652306308d2f275e33a52b to your computer and use it in GitHub Desktop.
Save chriswebb09/9dcf0419a9652306308d2f275e33a52b to your computer and use it in GitHub Desktop.
func testDataStore() {
// Setup
// Run test
waitForExpectations(timeout: 4) { error in
if let error = error {
XCTFail("waitForExpectationsWithTimeout error: \(error)")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment