File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Coder-Desktop/Coder-DesktopTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ struct WorkspaceAppTests {
120120
121121 #expect( apps. count == 1 )
122122 #expect( apps [ 0 ] . slug == " -vscode " )
123- #expect( apps [ 0 ] . displayName == " VS Code " )
123+ #expect( apps [ 0 ] . displayName == " VS Code Desktop " )
124124 #expect( apps [ 0 ] . url. absoluteString == " vscode://vscode-remote/ssh-remote+test-workspace.coder.test/home/user " )
125125 #expect( apps [ 0 ] . icon? . absoluteString == " https://coder.example.com/icon/code.svg " )
126126 }
@@ -140,7 +140,7 @@ struct WorkspaceAppTests {
140140
141141 #expect( apps. count == 1 )
142142 #expect( apps [ 0 ] . slug == " -vscode-insiders " )
143- #expect( apps [ 0 ] . displayName == " VS Code Insiders " )
143+ #expect( apps [ 0 ] . displayName == " VS Code Insiders Desktop " )
144144 #expect( apps [ 0 ] . icon? . absoluteString == " https://coder.example.com/icon/code.svg " )
145145 #expect(
146146 apps [ 0 ] . url. absoluteString == """
You can’t perform that action at this time.
0 commit comments