We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf0cb8 commit a2f76fdCopy full SHA for a2f76fd
pkg/cmd/codespace/code_test.go
@@ -55,7 +55,7 @@ func TestApp_VSCode(t *testing.T) {
55
}
56
57
func TestPendingOperationDisallowsCode(t *testing.T) {
58
- app := testingLogsApp()
+ app := testingCodeApp()
59
60
if err := app.VSCode(context.Background(), "disabledCodespace", false); err != nil {
61
if err.Error() != "get or choose codespace: codespace is disabled while it has a pending operation: Some pending operation" {
0 commit comments