From 290b802bf7c9e2ceef144e940177520aef2e6191 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Tue, 30 May 2023 14:22:12 -0700 Subject: [PATCH] Remove unused type --- pkg/cmd/codespace/view_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/codespace/view_test.go b/pkg/cmd/codespace/view_test.go index 549a53fc6..edcfefef6 100644 --- a/pkg/cmd/codespace/view_test.go +++ b/pkg/cmd/codespace/view_test.go @@ -10,9 +10,6 @@ import ( ) func Test_NewCmdView(t *testing.T) { - type fields struct { - apiClient apiClient - } tests := []struct { tName string codespaceName string