You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/src/test/suite/experiments/index.test.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -770,7 +770,7 @@ suite('Experiments Test Suite', () => {
770
770
mockExpPush.callsFake(()=>{
771
771
resolve(undefined)
772
772
returnPromise.resolve(
773
-
"Experiment major-lamb is up to date on Git remote 'origin'.\nView your experiments at \nhttps://studio.iterative.ai/user/mattseddon/projects/vscode-dvc-demo-ynm6t3jxdx"
773
+
"Experiment major-lamb is up to date on Git remote 'origin'.\nView your experiments at \nhttps://studio.dvc.ai/user/mattseddon/projects/vscode-dvc-demo-ynm6t3jxdx"
774
774
)
775
775
})
776
776
)
@@ -805,7 +805,7 @@ suite('Experiments Test Suite', () => {
805
805
expect(mockReport).to.be.calledWithExactly({
806
806
increment: 75,
807
807
message:
808
-
"Experiment major-lamb is up to date on Git remote 'origin'.\nView your experiments in [DVC Studio](https://studio.iterative.ai/user/mattseddon/projects/vscode-dvc-demo-ynm6t3jxdx)"
808
+
"Experiment major-lamb is up to date on Git remote 'origin'.\nView your experiments in [DVC Studio](https://studio.dvc.ai/user/mattseddon/projects/vscode-dvc-demo-ynm6t3jxdx)"
809
809
})
810
810
811
811
messageSpy.restore()
@@ -851,7 +851,7 @@ suite('Experiments Test Suite', () => {
0 commit comments