Skip to content
Merged
Prev Previous commit
Next Next commit
Rename "Echo" test to "ImmediateExit"
  • Loading branch information
kylecarbs committed Mar 27, 2022
commit 172d4fe3f7132638c3285a1f3f441e966801f712
2 changes: 1 addition & 1 deletion cli/ssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

func TestSSH(t *testing.T) {
t.Parallel()
t.Run("Echo", func(t *testing.T) {
t.Run("ImmediateExit", func(t *testing.T) {
t.Parallel()
client := coderdtest.New(t, nil)
user := coderdtest.CreateFirstUser(t, client)
Expand Down