Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 10:48
Show Gist options
  • Select an option

  • Save chriswebb09/ea3454a6170950d35d79489509dfac9f to your computer and use it in GitHub Desktop.

Select an option

Save chriswebb09/ea3454a6170950d35d79489509dfac9f to your computer and use it in GitHub Desktop.
func testDataStore() {
// Setup test
dataStore.searchForTracks { tracks, error in
XCTAssert(tracks?.count == 49)
expect.fulfill()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment