Skip to content

Fixes

Fixes #125

Triggered via push April 25, 2024 20:09
Status Failure
Total duration 5m 55s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L49
testMaximumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&max_resolution=720p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&max_resolution=720p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L49
testMaximumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&max_resolution=1080p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&max_resolution=1080p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L49
testMaximumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&max_resolution=1440p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&max_resolution=1440p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L49
testMaximumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&max_resolution=2160p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&max_resolution=2160p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L49
testMaximumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L95
testMinimumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&min_resolution=480p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&min_resolution=480p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L95
testMinimumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&min_resolution=540p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&min_resolution=540p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L95
testMinimumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&min_resolution=720p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&min_resolution=720p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L95
testMinimumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&min_resolution=1080p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&min_resolution=1080p")")
Run Unit Tests: Tests/MuxPlayerSwift/PlaybackURLTests.swift#L95
testMinimumResolution, XCTAssertEqual failed: ("Optional("https://stream.staging.mux.com/abc.m3u8?redundant_streams=true&min_resolution=1440p")") is not equal to ("Optional("https://stream.mux.com/abc.m3u8?redundant_streams=true&min_resolution=1440p")")
Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/ContentKeySessionDelegate.swift#L124
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairplaySessionManager.swift#L89
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairplaySessionManager.swift#L76
variable 'postData' was never mutated; consider changing to 'let' constant
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairplaySessionManager.swift#L93
initialization of immutable value 'responseCode' was never used; consider replacing with assignment to '_' or removing it
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairplaySessionManager.swift#L109
initialization of immutable value 'ckcMessage' was never used; consider replacing with assignment to '_' or removing it