Machine Learning Services - Model detection in predict wizard (#9609)

* Machine Learning Services - Model detection in predict wizard
This commit is contained in:
Leila Lali
2020-03-25 13:18:19 -07:00
committed by GitHub
parent 176edde2aa
commit ab82c04766
44 changed files with 2265 additions and 376 deletions
@@ -279,7 +279,7 @@ describe('SQL R Package Manager', () => {
let provider = createProvider(testContext);
let actual = await provider.getLocationTitle();
should.deepEqual(actual, constants.packageManagerNoConnection);
should.deepEqual(actual, constants.noConnectionError);
});
it('getLocationTitle Should return connection title string for valid connection', async function (): Promise<void> {