mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Remove an outdated showErrorMessage assert from Jupyter Server Manager unit tests. (#4777)
This commit is contained in:
@@ -56,7 +56,6 @@ describe('Local Jupyter Server Manager', function (): void {
|
||||
let error = 'Error!!';
|
||||
deferredInstall.reject(error);
|
||||
await testUtils.assertThrowsAsync(() => serverManager.startServer(), undefined);
|
||||
mockApiWrapper.verify(a => a.showErrorMessage(TypeMoq.It.isAny()), TypeMoq.Times.once());
|
||||
});
|
||||
|
||||
it('Should configure and start install', async function (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user