Skip to content
Prev Previous commit
Next Next commit
Remove test
  • Loading branch information
BrunoQuaresma committed Sep 12, 2022
commit fc97c5a0f80af515d99fbdffda73a445af9bb97f
3 changes: 0 additions & 3 deletions coderd/workspaceresources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func TestWorkspaceResource(t *testing.T) {
Resources: []*proto.Resource{{
Name: "beta",
Type: "example",
Icon: "/icon/server.svg",
Agents: []*proto.Agent{{
Id: "something",
Name: "b",
Expand Down Expand Up @@ -64,8 +63,6 @@ func TestWorkspaceResource(t *testing.T) {
// Ensure agents are sorted alphabetically!
require.Equal(t, "a", resource.Agents[0].Name)
require.Equal(t, "b", resource.Agents[1].Name)
// Ensure Icon is present
require.Equal(t, "/icon/server.svg", resources[1].Icon)
})

t.Run("Apps", func(t *testing.T) {
Expand Down