Skip to content

Commit

Permalink
fixup: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Dec 7, 2023
1 parent 1023dce commit 239a123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/suite/views/webview-app/connect-helper.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('ConnectHelper test suite', function () {
render(
<ConnectHelper
onClickOpenConnectionForm={() => {
/* todo */
/* noop */
}}
/>
);
Expand All @@ -25,7 +25,7 @@ describe('ConnectHelper test suite', function () {
render(
<ConnectHelper
onClickOpenConnectionForm={() => {
/* todo */
/* noop */
}}
/>
);
Expand Down

0 comments on commit 239a123

Please sign in to comment.