File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Mocker
44import SwiftUI
55import Testing
66import ViewInspector
7+ @testable import VPNLib
78
89@MainActor
910@Suite ( . timeLimit( . minutes( 1 ) ) )
@@ -134,7 +135,7 @@ struct LoginTests {
134135 username: " admin "
135136 )
136137 let buildInfo = BuildInfoResponse (
137- version: " v2.24.2 "
138+ version: " v \( Validator . minimumCoderVersion ) "
138139 )
139140
140141 try Mock (
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ public enum ValidationError: Error {
4040
4141public class Validator {
4242 // This version of the app has a strict version requirement.
43- // TODO(ethanndickson): Set to 2.25.0
44- public static let minimumCoderVersion = " 2.24.2 "
43+ public static let minimumCoderVersion = " 2.24.3 "
4544
4645 private static let expectedIdentifier = " com.coder.cli "
4746 // The Coder team identifier
Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ targets:
256256 - target : " Coder Desktop"
257257 - target : CoderSDK
258258 embed : false # Do not embed the framework.
259+ - target : VPNLib
260+ embed : false # Do not embed the framework.
259261 - package : ViewInspector
260262 - package : Mocker
261263
You can’t perform that action at this time.
0 commit comments