mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
Fixed file formatting
This commit is contained in:
@@ -213,4 +213,4 @@ func (s *Storage) checkSchema(tableName string) {
|
|||||||
|
|
||||||
func (s *Storage) DB() *pgxpool.Pool {
|
func (s *Storage) DB() *pgxpool.Pool {
|
||||||
return s.db
|
return s.db
|
||||||
}
|
}
|
||||||
|
@@ -181,4 +181,4 @@ func Test_Postgres_Close(t *testing.T) {
|
|||||||
|
|
||||||
func Test_Postgres_DB(t *testing.T) {
|
func Test_Postgres_DB(t *testing.T) {
|
||||||
utils.AssertEqual(t, true, testStore.DB() != nil)
|
utils.AssertEqual(t, true, testStore.DB() != nil)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user