We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b594a7c commit b87e245Copy full SHA for b87e245
Coder-Desktop/Coder-DesktopTests/WorkspaceAppTests.swift
@@ -137,7 +137,7 @@ struct WorkspaceAppTests {
137
#expect(apps.count == 1)
138
#expect(apps[0].slug == "-vscode-insiders")
139
#expect(apps[0].displayName == "VS Code Insiders Desktop")
140
- #expect(apps[0].icon?.absoluteString == "https://coder.example.com/icon/code.svg")
+ #expect(apps[0].icon?.absoluteString == "https://coder.example.com/icon/code-insiders.svg")
141
#expect(
142
apps[0].url.absoluteString == """
143
vscode-insiders://vscode-remote/ssh-remote+test-workspace.coder.test//home/user
0 commit comments