Skip to content

Commit

Permalink
🔥 refactor(ScanCodeViewController.swift): remove redundant viewDidLay…
Browse files Browse the repository at this point in the history
…outSubviews method

🔥 refactor(ScanBarcodeWithResultPageUITests.swift): remove redundant setUp method
  • Loading branch information
WezSieTato committed May 6, 2024
1 parent 0907e7a commit ba9efeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ final class ScanCodeViewController: UIViewController {
disposable = nil
}

override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
}

func showScanCodeView() {
dismiss(animated: true, completion: nil)
hideKeyboardController()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import XCTest

final class ScanBarcodeWithResultPageUITests: PolaUITestCase {
override func setUp() {
super.setUp()
}

func testGustawCompanyShouldBeMarkedAsPolaFriends() {
testResultPage(codeData: CodeData.Gustaw)
Expand Down

0 comments on commit ba9efeb

Please sign in to comment.