mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 23:00:29 -04:00
Add some unit tests for PyPiClient. (#11442)
This commit is contained in:
@@ -7,7 +7,7 @@ import { IPackageManageProvider, IPackageDetails, IPackageTarget, IPackageOvervi
|
||||
import { IJupyterServerInstallation } from './jupyterServerInstallation';
|
||||
import * as constants from '../common/constants';
|
||||
import * as utils from '../common/utils';
|
||||
import { IPiPyClient } from './pipyClient';
|
||||
import { IPyPiClient } from './pypiClient';
|
||||
|
||||
export class LocalPipPackageManageProvider implements IPackageManageProvider {
|
||||
|
||||
@@ -18,7 +18,7 @@ export class LocalPipPackageManageProvider implements IPackageManageProvider {
|
||||
|
||||
constructor(
|
||||
private jupyterInstallation: IJupyterServerInstallation,
|
||||
private pipyClient: IPiPyClient) {
|
||||
private pipyClient: IPyPiClient) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user