Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix nit
  • Loading branch information
mafredri committed Jan 23, 2023
commit 034a8507944479cd804e0e8c24f08309f38bce0d
2 changes: 1 addition & 1 deletion coderd/workspaceagents_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ func gitAuthCallback(t *testing.T, id string, client *codersdk.Client) *http.Res
func TestWorkspaceAgent_LifecycleState(t *testing.T) {
t.Parallel()

t.Run("Set state", func(t *testing.T) {
t.Run("Set", func(t *testing.T) {
t.Parallel()

client := coderdtest.New(t, &coderdtest.Options{
Expand Down