We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3804d commit 01024f4Copy full SHA for 01024f4
LoopTests/Managers/SupportManagerTests.swift
@@ -39,8 +39,6 @@ class SupportManagerTests: XCTestCase {
39
required init?(rawState: RawStateValue) { super.init() }
40
var rawState: RawStateValue = [:]
41
42
- let showsDeleteTestDataUI: Bool = true
43
-
44
func getScenarios(from scenarioURLs: [URL]) -> [LoopScenario] { [] }
45
func loopWillReset() {}
46
func loopDidReset() {}
@@ -54,8 +52,6 @@ class SupportManagerTests: XCTestCase {
54
52
55
53
56
57
58
59
60
61
0 commit comments