Skip to content

Commit

Permalink
FUSETOOLS2-1747
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Dec 18, 2023
1 parent 6800963 commit ab1c041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui-test/tests/00001.develop.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ describe('mycosi', function () {
const settings = await new Workbench().openSettings();
const textSetting = await settings.findSetting(CATALOG_VERSION_UI, 'Camel') as TextSetting;

console.log("Default version: " + await textSetting.getValue());

await textSetting.setValue(process.env.CAMEL_VERSION);

Expand Down

0 comments on commit ab1c041

Please sign in to comment.