mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
Notebook Code Cleanup + Utils Test (#11754)
* Cleanup + Utils Test * Removing unnecessary util method
This commit is contained in:
@@ -45,10 +45,6 @@ describe('Utils Tests', function () {
|
||||
should(utils.getErrorMessage(errMsg)).equal(errMsg);
|
||||
});
|
||||
|
||||
it('getOSPlatform', async () => {
|
||||
should(utils.getOSPlatform()).not.throw();
|
||||
});
|
||||
|
||||
it('getOSPlatformId', async () => {
|
||||
should(utils.getOSPlatformId()).not.throw();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user