Skip to content

Commit

Permalink
Updated testLoadPlayer test
Browse files Browse the repository at this point in the history
  • Loading branch information
francodriansetti committed Mar 1, 2024
1 parent aaba07a commit b7d3773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PlaybackSDKTests/PlayBackSDKManagerTests.swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PlayBackSDKManagerTests: XCTestCase {
}

func testLoadPlayer() {
let playerView = manager.loadPlayer(entryID: "exampleEntryID", authorizationToken: "exampleToken", onError: nil)
let playerView = manager.loadPlayer(entryID: "exampleEntryID", authorizationToken: "exampleToken", onError: { _ in })
// Assert that playerView is not nil or do further UI testing if possible
XCTAssertNotNil(playerView)
}
Expand Down

0 comments on commit b7d3773

Please sign in to comment.