Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 9, 2023
1 parent 9db80b9 commit a7c6c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/testing/testController/common/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class PythonTestServer implements ITestServer, Disposable {
data: JSON.stringify(createEOTPayload(true)),
});
}
} else if (code !== 0) {
} else if (code !== 0 && testIds) {
// This occurs when we are running the test and there is an error which occurs.

traceError(
Expand Down

0 comments on commit a7c6c61

Please sign in to comment.