File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class RegionSubmenu<T> extends Prompter<RegionSubmenuResponse<T>> {
46
46
data : undefined ,
47
47
} ,
48
48
{
49
- label : 'Switch Regions ' ,
49
+ label : 'Switch Region ' ,
50
50
data : switchRegion ,
51
51
description : `current region: ${ this . currentRegion } ` ,
52
52
} ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ describe('regionSubmenu', function () {
45
45
const dataPrompterTester = createQuickPickPrompterTester (
46
46
submenuPrompter . activePrompter as Combine < typeof submenuPrompter . activePrompter >
47
47
)
48
- dataPrompterTester . acceptItem ( 'Switch Regions ' )
48
+ dataPrompterTester . acceptItem ( 'Switch Region ' )
49
49
await dataPrompterTester . result ( )
50
50
51
51
const regionTester = createQuickPickPrompterTester (
You can’t perform that action at this time.
0 commit comments