Skip to content

Commit

Permalink
Update cassette for protected VEVO video
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Apr 28, 2015
1 parent 359b1ae commit 7756e71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion XCDYouTubeKit Tests/XCDYouTubeProtectedVideosTestCase.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ - (void) testProtectedVEVOVideo2
XCTAssertNotNil(video.expirationDate);
XCTAssertNotNil(video.smallThumbnailURL);
XCTAssertNotNil(video.mediumThumbnailURL);
XCTAssertNotNil(video.largeThumbnailURL);
XCTAssertTrue(video.streamURLs.count > 0);
XCTAssertTrue(video.duration > 0);
[video.streamURLs enumerateKeysAndObjectsUsingBlock:^(NSNumber *key, NSURL *streamURL, BOOL *stop)
Expand Down

0 comments on commit 7756e71

Please sign in to comment.