From 59a0abf322e27d387673aa61e8cc961a7a9b0e93 Mon Sep 17 00:00:00 2001 From: Hiroshi Hayakawa Date: Tue, 17 Sep 2024 12:56:42 +0900 Subject: [PATCH] rephrase the test description Signed-off-by: Hiroshi Hayakawa --- internal/commands/build_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/build_test.go b/internal/commands/build_test.go index 5af7933e3..799830977 100644 --- a/internal/commands/build_test.go +++ b/internal/commands/build_test.go @@ -941,7 +941,7 @@ builder = "my-builder" }) }) - when("a path with the same name as the image exists locally", func() { + when("a local path with the same string as the specified image name exists", func() { var dir string it.Before(func() {