Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed May 11, 2022
1 parent 34db913 commit c28708f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { LiveRemoteKernelConnectionUsageTracker } from '../../../kernels/jupyter
import { VSCodeNotebookController } from '../../../notebooks/controllers/vscodeNotebookController';
import { JupyterNotebookView } from '../../../notebooks/constants';
import { disposeAllDisposables } from '../../../platform/common/helpers';
import { computeUriHash } from '../../../kernels/jupyter/jupyterUtils';
import { computeServerId } from '../../../kernels/jupyter/jupyterUtils';

suite('Notebook Controller', () => {
let notebookApi: IVSCodeNotebook;
Expand All @@ -49,7 +49,7 @@ suite('Notebook Controller', () => {
baseUrl: 'http://one:1234/',
id: 'connectionId2',
kind: 'connectToLiveRemoteKernel',
serverId: computeUriHash(server2Uri),
serverId: computeServerId(server2Uri),
kernelModel: {
id: 'modelId2',
lastActivityTime: new Date(),
Expand Down

0 comments on commit c28708f

Please sign in to comment.