-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix selection when workspace name collides
This can happen if multiple users are using the same name for their workspaces. Turns out we can just match the workspace ID. It hardly seems worth a test to see that a == is working, so I did not bother to update it.
- Loading branch information
1 parent
0f66e3e
commit 30839c8
Showing
3 changed files
with
13 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
src/test/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepViewTest.kt
This file was deleted.
Oops, something went wrong.