diff --git a/BuyPolish/Pola/UI/ProductSearch/ScanCode/ScanCodeViewController.swift b/BuyPolish/Pola/UI/ProductSearch/ScanCode/ScanCodeViewController.swift index 1ea99d02..3144bde2 100644 --- a/BuyPolish/Pola/UI/ProductSearch/ScanCode/ScanCodeViewController.swift +++ b/BuyPolish/Pola/UI/ProductSearch/ScanCode/ScanCodeViewController.swift @@ -94,10 +94,6 @@ final class ScanCodeViewController: UIViewController { disposable = nil } - override func viewDidLayoutSubviews() { - super.viewDidLayoutSubviews() - } - func showScanCodeView() { dismiss(animated: true, completion: nil) hideKeyboardController() diff --git a/BuyPolish/PolaUITests/Tests/ScanBarcodeWithResultPageUITests.swift b/BuyPolish/PolaUITests/Tests/ScanBarcodeWithResultPageUITests.swift index 5bef7a85..4be8d4ea 100644 --- a/BuyPolish/PolaUITests/Tests/ScanBarcodeWithResultPageUITests.swift +++ b/BuyPolish/PolaUITests/Tests/ScanBarcodeWithResultPageUITests.swift @@ -1,9 +1,6 @@ import XCTest final class ScanBarcodeWithResultPageUITests: PolaUITestCase { - override func setUp() { - super.setUp() - } func testGustawCompanyShouldBeMarkedAsPolaFriends() { testResultPage(codeData: CodeData.Gustaw)