chore: refine message

This commit is contained in:
Manuel de la Peña
2025-05-23 12:23:18 +02:00
parent 331a84b6c5
commit 168125aba4

View File

@@ -91,7 +91,7 @@ func Start(t testing.TB, img string, opts ...Option) *Container {
} }
if img == "" { 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() ctx := context.Background()