Skip to content

Commit

Permalink
Removed unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
francodriansetti committed Mar 1, 2024
1 parent 0ba83cb commit aaba07a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/PlaybackSDKTests/PlayBackSDKManagerTests.swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class PlayBackSDKManagerTests: XCTestCase {
var cancellables = Set<AnyCancellable>()
var manager: PlayBackSDKManager!
var apiKey: String!
var baseURL: String!
var entryID: String!

override func setUpWithError() throws {
Expand Down Expand Up @@ -56,7 +55,7 @@ class PlayBackSDKManagerTests: XCTestCase {

func testLoadHLSStream() {
let initializationExpectation = expectation(description: "SDK initialization")
manager.initialize(apiKey: apiKey, baseURL: baseURL) { result in
manager.initialize(apiKey: apiKey) { result in
switch result {
case .success:
initializationExpectation.fulfill()
Expand Down

0 comments on commit aaba07a

Please sign in to comment.