Skip to content

Commit d385cca

Browse files
committed
fixup
1 parent b6b5bcf commit d385cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder-Desktop/Coder-DesktopTests/WorkspaceAppTests.swift

+2-2
Original file line numberDiff line numberDiff 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 == """

0 commit comments

Comments
 (0)