mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
docs: consistency
This commit is contained in:
@@ -128,7 +128,7 @@ func mustStartExample(t testing.TB) *example.Container {
|
||||
```go
|
||||
func TestExampleStorageTCK(t *testing.T) {
|
||||
// Create the TCK suite with proper generic type parameters
|
||||
s, err := tck.New[*ExampleStorage, *ExampleDriver](
|
||||
s, err := tck.New[*ExampleStorage, *ExampleDriver, *ExampleContainer](
|
||||
context.Background(),
|
||||
t,
|
||||
&ExampleStorageTCK{},
|
||||
@@ -290,7 +290,7 @@ func mustStartYourStorage(t testing.TB) *YourContainer {
|
||||
}
|
||||
|
||||
func TestYourStorageTCK(t *testing.T) {
|
||||
s, err := tck.New[*Storage, YourDriverType](
|
||||
s, err := tck.New[*Storage, YourDriverType, *YourContainer](
|
||||
context.Background(),
|
||||
t,
|
||||
&YourStorageTCK{},
|
||||
|
||||
Reference in New Issue
Block a user