mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
fix the typo (#5997)
This commit is contained in:
@@ -31,7 +31,7 @@ if (context.RunTest) {
|
||||
await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
||||
});
|
||||
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 })
|
||||
async standAloneContextMenuTest(): Promise<void> {
|
||||
async standaloneContextMenuTest(): Promise<void> {
|
||||
let server = await getStandaloneServer();
|
||||
let expectedActions: string[] = [];
|
||||
if (process.platform === 'win32') {
|
||||
@@ -168,4 +168,4 @@ class ObjectExplorerTester {
|
||||
await deleteDB(dbName, ownerUri);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user