Skip to content

Commit

Permalink
corrections in code
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbysunil14 committed Nov 20, 2024
1 parent c9af344 commit b1e81a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/GradleSingleModJakartaLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ describe('LSP4Jakarta LS test for snippet test', () => {

const textPressent = await editor.getText();
if(textPressent.length > 0){
editor.clearText();
await editor.clearText();
}

editor.typeText("rest");
await editor.typeText("rest");
await utils.delay(6000);

//open the assistant
Expand Down

0 comments on commit b1e81a8

Please sign in to comment.