Skip to content

Commit a2f76fd

Browse files
committed
Fix copy pasta error to appease the linter
1 parent 8bf0cb8 commit a2f76fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/codespace/code_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestApp_VSCode(t *testing.T) {
5555
}
5656

5757
func TestPendingOperationDisallowsCode(t *testing.T) {
58-
app := testingLogsApp()
58+
app := testingCodeApp()
5959

6060
if err := app.VSCode(context.Background(), "disabledCodespace", false); err != nil {
6161
if err.Error() != "get or choose codespace: codespace is disabled while it has a pending operation: Some pending operation" {

0 commit comments

Comments
 (0)