mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 22:02:21 +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 == "" {
|
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()
|
||||||
|
Reference in New Issue
Block a user