mirror of https://github.com/databricks/cli.git
fix comment line
This commit is contained in:
parent
eb1a16e27b
commit
0566adb777
|
@ -73,7 +73,7 @@ func TestBindExperimentToExistingExperiment(t *testing.T) {
|
||||||
// destroy the bundle:
|
// destroy the bundle:
|
||||||
destroyBundle(t, ctx, bundleRoot)
|
destroyBundle(t, ctx, bundleRoot)
|
||||||
|
|
||||||
// Check that schema is unbound and exists after bundle is destroyed
|
// Check that experiment is unbound and exists after bundle is destroyed
|
||||||
postDestroyExperiment, err := w.Experiments.GetExperiment(ctx, ml.GetExperimentRequest{
|
postDestroyExperiment, err := w.Experiments.GetExperiment(ctx, ml.GetExperimentRequest{
|
||||||
ExperimentId: predefinedExperiment.ExperimentId,
|
ExperimentId: predefinedExperiment.ExperimentId,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue