We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb6b5bcf commitd385ccaCopy full SHA for d385cca
Coder-Desktop/Coder-DesktopTests/WorkspaceAppTests.swift
@@ -120,7 +120,7 @@ struct WorkspaceAppTests {
120
121
#expect(apps.count==1)
122
#expect(apps[0].slug=="-vscode")
123
- #expect(apps[0].displayName=="VS Code")
+ #expect(apps[0].displayName=="VS Code Desktop")
124
#expect(apps[0].url.absoluteString=="vscode://vscode-remote/ssh-remote+test-workspace.coder.test/home/user")
125
#expect(apps[0].icon?.absoluteString=="https://coder.example.com/icon/code.svg")
126
}
@@ -140,7 +140,7 @@ struct WorkspaceAppTests {
140
141
142
#expect(apps[0].slug=="-vscode-insiders")
143
- #expect(apps[0].displayName=="VS Code Insiders")
+ #expect(apps[0].displayName=="VS Code Insiders Desktop")
144
145
#expect(
146
apps[0].url.absoluteString=="""