mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix the typo (#5997)
This commit is contained in:
@@ -31,7 +31,7 @@ if (context.RunTest) {
|
|||||||
await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
||||||
});
|
});
|
||||||
test('Standalone database context menu test', async function () {
|
test('Standalone database context menu test', async function () {
|
||||||
await (new ObjectExplorerTester()).standAloneContextMenuTest();
|
await (new ObjectExplorerTester()).standaloneContextMenuTest();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -77,7 +77,7 @@ class ObjectExplorerTester {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@stressify({ dop: ObjectExplorerTester.ParallelCount })
|
@stressify({ dop: ObjectExplorerTester.ParallelCount })
|
||||||
async standAloneContextMenuTest(): Promise<void> {
|
async standaloneContextMenuTest(): Promise<void> {
|
||||||
let server = await getStandaloneServer();
|
let server = await getStandaloneServer();
|
||||||
let expectedActions: string[] = [];
|
let expectedActions: string[] = [];
|
||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
|
|||||||
Reference in New Issue
Block a user