You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/YouTubeKitTests/YouTubeKitTests.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1065,6 +1065,7 @@ final class YouTubeKitTests: XCTestCase {
1065
1065
XCTAssertNotNil(moreVideoInfosResponse.channel, TEST_NAME +"Checking if the channel has been extracted.")
1066
1066
XCTAssertNotNil(moreVideoInfosResponse.commentsCount, TEST_NAME +"Checking if the commentsCount has been extracted.")
1067
1067
XCTAssertNotNil(moreVideoInfosResponse.likesCount.defaultState, TEST_NAME +"Checking if the likesCount has been extracted.")
1068
+
XCTAssertNotEqual(moreVideoInfosResponse.recommendedVideos.count,0, TEST_NAME +"Checking if some recommended videos are present.")
1068
1069
XCTAssertNotNil(moreVideoInfosResponse.recommendedVideosContinuationToken, TEST_NAME +"Checking if the recommendedVideosContinuationToken has been extracted.")
1069
1070
XCTAssertNotNil(moreVideoInfosResponse.timePosted.postedDate, TEST_NAME +"Checking if the timePosted.postedDate has been extracted.")
1070
1071
XCTAssertNotNil(moreVideoInfosResponse.timePosted.relativePostedDate, TEST_NAME +"Checking if the timePosted.relativePostedDate has been extracted.")
0 commit comments