mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove unnecessary awaits from extensions (#19571)
* Remove unnecessary awaits * fix ignore * revert eslintignore * try * increase size * Increase sql lint size
This commit is contained in:
@@ -10,7 +10,7 @@ import { SchemaCompareOptionsDialog } from '../../dialogs/schemaCompareOptionsDi
|
||||
describe('Schema Compare Options Dialog', () => {
|
||||
it('Should open dialog successfully ', async function (): Promise<void> {
|
||||
const optionsDialog = new SchemaCompareOptionsDialog(testUtils.getDeploymentOptions(), undefined);
|
||||
await optionsDialog.openDialog();
|
||||
optionsDialog.openDialog();
|
||||
should.notEqual(optionsDialog.dialog, undefined);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user