Skip to content

Commit

Permalink
fixed livestream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeichhorn committed Dec 12, 2024
1 parent c605c76 commit 1461fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/YouTubeKitTests/YouTubeKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ final class YouTubeKitTests: XCTestCase {
}

func testLivestreamHlsManifestUrl() async {
let youtube = YouTube(videoID: "O9mYwRlucZY")
let youtube = YouTube(videoID: "wG4YaEcNlb0")
do {
let livestreams = try await youtube.livestreams
XCTAssert(livestreams.count > 0)
Expand All @@ -182,7 +182,7 @@ final class YouTubeKitTests: XCTestCase {
}

func testLivestreamHlsManifestUrlRemote() async {
let youtube = YouTube(videoID: "O9mYwRlucZY", methods: [.remote])
let youtube = YouTube(videoID: "wG4YaEcNlb0", methods: [.remote])
do {
let livestreams = try await youtube.livestreams
XCTAssert(livestreams.count > 0)
Expand Down

0 comments on commit 1461fdc

Please sign in to comment.