Skip to content

Commit

Permalink
run lint locally
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Aug 25, 2023
1 parent c21b404 commit 7b2fd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/ui-tests/tests/helpers/AIHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class AIHelper {
* Opens Jupyter AI chat sidepanel if it is closed
*/
async openChatPanel() {
if (!await this.chat.isVisible()) {
if (!(await this.chat.isVisible())) {
await this.chatIcon.click();
}
}
Expand Down

0 comments on commit 7b2fd06

Please sign in to comment.