mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
[SQL Bindings] Add tests for connection string execute step (#19594)
* add connection string execute step tests
This commit is contained in:
@@ -236,7 +236,7 @@ describe('AzureFunctionUtils', function (): void {
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(async function (): Promise<void> {
|
||||
afterEach(function (): void {
|
||||
sinon.restore();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user