Fix copy pasta error to appease the linter
This commit is contained in:
parent
8bf0cb8f13
commit
a2f76fdfe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue