From a1e5f020f48a65138c900961f856cf6b04833770 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 27 Jul 2025 12:17:21 +0900 Subject: container: improve doc comments Putting them on the builder methods is more useful. Signed-off-by: Ophestra --- helper/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper') diff --git a/helper/container_test.go b/helper/container_test.go index f5dc1aaa..c5ad0659 100644 --- a/helper/container_test.go +++ b/helper/container_test.go @@ -14,7 +14,7 @@ func TestContainer(t *testing.T) { t.Run("start empty container", func(t *testing.T) { h := helper.New(t.Context(), container.Nonexistent, argsWt, false, argF, nil, nil) - wantErr := "sandbox: starting an empty container" + wantErr := "container: starting an empty container" if err := h.Start(); err == nil || err.Error() != wantErr { t.Errorf("Start: error = %v, wantErr %q", err, wantErr) -- cgit v1.3.1