mirror of
https://github.com/gofiber/storage.git
synced 2025-10-07 01:23:02 +08:00
Fixed DB retrieving test
This commit is contained in:
@@ -180,5 +180,5 @@ func Test_Postgres_Close(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_Postgres_DB(t *testing.T) {
|
func Test_Postgres_DB(t *testing.T) {
|
||||||
utils.AssertEqual(t, nil, testStore.DB())
|
utils.AssertEqual(t, true, testStore.DB() != nil)
|
||||||
}
|
}
|
Reference in New Issue
Block a user