Skip to content

Commit

Permalink
PM-15634 Fix indent in BitwardenTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Dec 23, 2024
1 parent ce38c2f commit ee2af2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GlobalTestHelpers/Support/BitwardenTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ open class BitwardenTestCase: XCTestCase {

@MainActor
override open class func setUp() {
if UIDevice.current.name != "iPhone 16 Pro" || UIDevice.current.systemVersion != "18.1" {
assertionFailure(
"""
Tests must be run using iOS 18.1 on an iPhone 16 Pro simulator.
Snapshot tests depend on using the correct device.
"""
)
}
if UIDevice.current.name != "iPhone 16 Pro" || UIDevice.current.systemVersion != "18.1" {
assertionFailure(
"""
Tests must be run using iOS 18.1 on an iPhone 16 Pro simulator.
Snapshot tests depend on using the correct device.
"""
)
}

// Apply default appearances for snapshot tests.
UI.applyDefaultAppearances()
Expand Down

0 comments on commit ee2af2d

Please sign in to comment.