Skip to content

Commit e896f9e

Browse files
committed
[LOOP-4649] Loop Marketing Demo
1 parent a6593b3 commit e896f9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

LoopTests/Managers/SupportManagerTests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ class SupportManagerTests: XCTestCase {
3939
required init?(rawState: RawStateValue) { super.init() }
4040
var rawState: RawStateValue = [:]
4141

42+
let onlyAllowSimulatorDevices: Bool = false
43+
let showsDeleteTestDataUI: Bool = true
44+
4245
func getScenarios(from scenarioURLs: [URL]) -> [LoopScenario] { [] }
4346
func loopWillReset() {}
4447
func loopDidReset() {}
@@ -52,6 +55,9 @@ class SupportManagerTests: XCTestCase {
5255
required init?(rawState: RawStateValue) { super.init() }
5356
var rawState: RawStateValue = [:]
5457

58+
let onlyAllowSimulatorDevices: Bool = false
59+
let showsDeleteTestDataUI: Bool = true
60+
5561
func getScenarios(from scenarioURLs: [URL]) -> [LoopScenario] { [] }
5662
func loopWillReset() {}
5763
func loopDidReset() {}

0 commit comments

Comments
 (0)