mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +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 {
|
||||
return s.db
|
||||
}
|
||||
}
|
||||
|
@@ -181,4 +181,4 @@ func Test_Postgres_Close(t *testing.T) {
|
||||
|
||||
func Test_Postgres_DB(t *testing.T) {
|
||||
utils.AssertEqual(t, true, testStore.DB() != nil)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user