mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
Reverted Close() method signature change
This commit is contained in:
@@ -174,3 +174,7 @@ func Test_SslRequiredMode(t *testing.T) {
|
||||
SslMode: "require",
|
||||
})
|
||||
}
|
||||
|
||||
func Test_Postgres_Close(t *testing.T) {
|
||||
utils.AssertEqual(t, nil, testStore.Close())
|
||||
}
|
Reference in New Issue
Block a user