diff --git a/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m b/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m index 7f19408a..39b33c9d 100644 --- a/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m +++ b/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m @@ -739,7 +739,6 @@ - (void)testInterstitialDidLoadForValidBid { dependencyProvider.displaySizeInjector = displaySizeInjector; WKWebView *mockWebView = OCMClassMock([WKWebView class]); - UIView *mockView = OCMClassMock([UIView class]); CR_InterstitialViewController *interstitialVC = [[CR_InterstitialViewController alloc] initWithWebView:mockWebView view:nil interstitial:nil]; CRInterstitialAdUnit *adUnit1 = [[CRInterstitialAdUnit alloc] initWithAdUnitId:@"Yo"];