Skip to content

Commit

Permalink
Fix #20 changed BaseSettings to BaseDBConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Lepekhin committed Nov 28, 2023
1 parent e7c4565 commit c2603a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_db_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PostgresDB(BaseSettings):


def test_exact():
class DatabaseConfig(BaseSettings):
class DatabaseConfig(BaseDBConfig):
default: PostgresDB = PostgresDB()

db_settings = DatabaseConfig()
Expand Down

0 comments on commit c2603a6

Please sign in to comment.