diff --git a/integration/bundle/bind_resource_test.go b/integration/bundle/bind_resource_test.go index a15f428db..639826cd1 100644 --- a/integration/bundle/bind_resource_test.go +++ b/integration/bundle/bind_resource_test.go @@ -73,7 +73,7 @@ func TestBindExperimentToExistingExperiment(t *testing.T) { // destroy the bundle: 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{ ExperimentId: predefinedExperiment.ExperimentId, })