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 411fcd4 commit 9fa5108Copy full SHA for 9fa5108
LoopTests/Managers/SupportManagerTests.swift
@@ -89,8 +89,8 @@ class SupportManagerTests: XCTestCase {
89
let result = await supportManager.checkVersion()
90
XCTAssertEqual(VersionUpdate.noUpdateNeeded, result)
91
92
- let result2 = await supportManager.checkVersion()
93
anotherSupport.mockResult = .success(.required)
+ let result2 = await supportManager.checkVersion()
94
XCTAssertEqual(.required, result2)
95
96
let result3 = await supportManager.checkVersion()
0 commit comments