Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Rajendra Thanekar committed Jan 22, 2025
1 parent 531e162 commit 25067ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrebidMobileTests/AdUnitTests/AdUnitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AdUnitTests: XCTestCase {
//given
Targeting.shared.forceSdkToChooseWinner = false

let expected = ResultCode.prebidDemandNoBids
let expected = ResultCode.prebidDemandFetchSuccess
let adUnit = AdUnit(configId: "138c4d03-0efb-4498-9dc6-cb5a9acb2ea4", size: CGSize(width: 300, height: 250), adFormats: [.banner])
//This needs to after AdUnit init as the AdUnit enables this value.
//We need to disabled to not look for cache id for winning bid
Expand Down

0 comments on commit 25067ec

Please sign in to comment.