Skip to content

Commit

Permalink
updated wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Dec 16, 2024
1 parent 448672b commit 67d39c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleSingleModLCLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ describe('LCLS tests for Gradle Project', function () {
await utils.delay(2000);
}
const updatedServerxmlContent = await editor.getText();
console.log("expected text:" + updatedServerxmlContent);
console.log("Updated server.xml content:" + updatedServerxmlContent);

assert(updatedServerxmlContent.includes(stanzaSnipet) && updatedServerxmlContent.includes(expectedPlatformEntry), 'Did not get expected entries in server.xml for versionless combination for server feature and platform');

Expand Down

0 comments on commit 67d39c5

Please sign in to comment.