Remove unused type

This commit is contained in:
David Gardiner 2023-05-30 14:22:12 -07:00
parent 15e1fa510d
commit 290b802bf7

View file

@ -10,9 +10,6 @@ import (
)
func Test_NewCmdView(t *testing.T) {
type fields struct {
apiClient apiClient
}
tests := []struct {
tName string
codespaceName string