@@ -26,7 +26,7 @@ struct VPNStateTests {
2626try await ViewHosting . host ( view) {
2727try await sut. inspection. inspect { viewin
2828 #expect( throws: Never . self) {
29- try view. find ( text: " EnableCoderVPN to see workspaces " )
29+ try view. find ( text: " EnableCoder to see workspaces " )
3030}
3131}
3232}
@@ -39,7 +39,7 @@ struct VPNStateTests {
3939try await ViewHosting . host ( view) {
4040try await sut. inspection. inspect { viewin
4141let progressView = try view. find ( ViewType . ProgressView. self)
42- #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StartingCoderVPN ... " )
42+ #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StartingCoder ... " )
4343}
4444}
4545}
@@ -51,7 +51,7 @@ struct VPNStateTests {
5151try await ViewHosting . host ( view) {
5252try await sut. inspection. inspect { viewin
5353let progressView = try view. find ( ViewType . ProgressView. self)
54- #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StoppingCoderVPN ... " )
54+ #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StoppingCoder ... " )
5555}
5656}
5757}