File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/compass/src/main Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments