fix comment line

This commit is contained in:
Anton Nekipelov 2025-03-05 16:11:12 +01:00
parent eb1a16e27b
commit 0566adb777
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}) })