From 168125aba4e4263fdd6ebe1ce3417f4289e94e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 23 May 2025 12:23:18 +0200 Subject: [PATCH] chore: refine message --- testhelpers/redis/redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhelpers/redis/redis.go b/testhelpers/redis/redis.go index 9e14df7d..ec89c8ee 100644 --- a/testhelpers/redis/redis.go +++ b/testhelpers/redis/redis.go @@ -91,7 +91,7 @@ func Start(t testing.TB, img string, opts ...Option) *Container { } if img == "" { - panic("Redis image is not set: callers must provide an image using WithImage()") + panic("Redis image is not set: callers must provide a non-empty image parameter") } ctx := context.Background()