Fix copy pasta error to appease the linter

This commit is contained in:
Charlie Andrews 2022-03-16 09:10:54 -04:00
parent 8bf0cb8f13
commit a2f76fdfe0

View file

@ -55,7 +55,7 @@ func TestApp_VSCode(t *testing.T) {
}
func TestPendingOperationDisallowsCode(t *testing.T) {
app := testingLogsApp()
app := testingCodeApp()
if err := app.VSCode(context.Background(), "disabledCodespace", false); err != nil {
if err.Error() != "get or choose codespace: codespace is disabled while it has a pending operation: Some pending operation" {