File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ class SupportManagerTests: XCTestCase {
39
39
required init ? ( rawState: RawStateValue ) { super. init ( ) }
40
40
var rawState : RawStateValue = [ : ]
41
41
42
+ let onlyAllowSimulatorDevices : Bool = false
43
+ let showsDeleteTestDataUI : Bool = true
44
+
42
45
func getScenarios( from scenarioURLs: [ URL ] ) -> [ LoopScenario ] { [ ] }
43
46
func loopWillReset( ) { }
44
47
func loopDidReset( ) { }
@@ -52,6 +55,9 @@ class SupportManagerTests: XCTestCase {
52
55
required init ? ( rawState: RawStateValue ) { super. init ( ) }
53
56
var rawState : RawStateValue = [ : ]
54
57
58
+ let onlyAllowSimulatorDevices : Bool = false
59
+ let showsDeleteTestDataUI : Bool = true
60
+
55
61
func getScenarios( from scenarioURLs: [ URL ] ) -> [ LoopScenario ] { [ ] }
56
62
func loopWillReset( ) { }
57
63
func loopDidReset( ) { }
You can’t perform that action at this time.
0 commit comments