@@ -26,7 +26,7 @@ struct VPNStateTests {
26
26
try await ViewHosting . host ( view) {
27
27
try await sut. inspection. inspect { viewin
28
28
#expect( throws: Never . self) {
29
- try view. find ( text: " EnableCoderVPN to see workspaces " )
29
+ try view. find ( text: " EnableCoder to see workspaces " )
30
30
}
31
31
}
32
32
}
@@ -39,7 +39,7 @@ struct VPNStateTests {
39
39
try await ViewHosting . host ( view) {
40
40
try await sut. inspection. inspect { viewin
41
41
let progressView = try view. find ( ViewType . ProgressView. self)
42
- #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StartingCoderVPN ... " )
42
+ #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StartingCoder ... " )
43
43
}
44
44
}
45
45
}
@@ -51,7 +51,7 @@ struct VPNStateTests {
51
51
try await ViewHosting . host ( view) {
52
52
try await sut. inspection. inspect { viewin
53
53
let progressView = try view. find ( ViewType . ProgressView. self)
54
- #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StoppingCoderVPN ... " )
54
+ #expect( try progressView. labelView ( ) . text ( ) . string ( ) == " StoppingCoder ... " )
55
55
}
56
56
}
57
57
}