Bugbash updates (#1684)
* Minor changes to vcore mongo quickstart based on feedback * Text change vcore to vCore
This commit is contained in:
parent
15d111e3db
commit
a5e1b37ba6
|
@ -345,7 +345,7 @@ describe("CommandBarComponentButtonFactory tests", () => {
|
|||
|
||||
describe("Open Postgres and vCore Mongo buttons", () => {
|
||||
const openPostgresShellButtonLabel = "Open PSQL shell";
|
||||
const openVCoreMongoShellButtonLabel = "Open MongoDB (vcore) shell";
|
||||
const openVCoreMongoShellButtonLabel = "Open MongoDB (vCore) shell";
|
||||
|
||||
beforeAll(() => {
|
||||
mockExplorer = {} as Explorer;
|
||||
|
|
|
@ -523,7 +523,7 @@ function createOpenTerminalButtonByKind(
|
|||
case ViewModels.TerminalKind.Postgres:
|
||||
return "PSQL";
|
||||
case ViewModels.TerminalKind.VCoreMongo:
|
||||
return "MongoDB (vcore)";
|
||||
return "MongoDB (vCore)";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue