mirror of
https://github.com/gofiber/storage.git
synced 2025-10-07 01:23:02 +08:00
Update postgres_test.go
This commit is contained in:
@@ -46,7 +46,7 @@ func Test_Postgres_Get(t *testing.T) {
|
|||||||
val = []byte("doe")
|
val = []byte("doe")
|
||||||
)
|
)
|
||||||
|
|
||||||
err := testStore.Get(key, val, 0)
|
err := testStore.Set(key, val, 0)
|
||||||
utils.AssertEqual(t, nil, err)
|
utils.AssertEqual(t, nil, err)
|
||||||
|
|
||||||
result, err := store.Get(key)
|
result, err := store.Get(key)
|
||||||
|
Reference in New Issue
Block a user