Skip to content

Commit da546b7

Browse files
committed
add todo ticket
1 parent 51c3de3 commit da546b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/compass/src/main/menu.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ describe('CompassMenu', function () {
457457
]);
458458
});
459459

460-
// TODO(COMPASS-XXXX): Add `linux` back to this list
460+
// TODO(COMPASS-8505): Add `linux` back to this list
461461
['win32'].forEach((platform) => {
462462
// TODO(COMPASS-7906): remove
463463
it.skip(`[single-connection] should generate a menu template for ${platform}`, function () {
@@ -589,7 +589,7 @@ describe('CompassMenu', function () {
589589
});
590590
});
591591

592-
// TODO(COMPASS-XXXX): Remove this test
592+
// TODO(COMPASS-8505): Remove this test
593593
it('should generate a menu template for linux', async function () {
594594
await App.preferences.savePreferences({
595595
enableMultipleConnectionSystem: true,

packages/compass/src/main/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class CompassMenu {
712712
return darwinMenu(menuState, this.app);
713713
}
714714
const menu = nonDarwinMenu(menuState, this.app);
715-
// TODO(COMPASS-XXXX): Remove this check once accelerator issue is resolve for linux.
715+
// TODO(COMPASS-8505): Remove this check once accelerator issue is resolve for linux.
716716
if (os.platform() === 'linux') {
717717
return removeAcceleratorFromMenu(menu);
718718
}

0 commit comments

Comments
 (0)