[SQL Bindings] Add tests for connection string execute step (#19594)

* add connection string execute step tests
This commit is contained in:
Vasu Bhog
2022-06-02 13:49:25 -04:00
committed by GitHub
parent 9a79f7bf49
commit 4cb03a1ef0
3 changed files with 93 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ describe('AzureFunctionUtils', function (): void {
});
});
afterEach(async function (): Promise<void> {
afterEach(function (): void {
sinon.restore();
});
});
});