From 0566adb777e5f97ffc000ddd5c50b0f95d57e548 Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:11:12 +0100 Subject: [PATCH] fix comment line --- integration/bundle/bind_resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })