mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 21:02:20 +08:00
chore: refine message
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user