Created
May 11, 2017 10:48
-
-
Save chriswebb09/ea3454a6170950d35d79489509dfac9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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