We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b35dd commit 6e925b0Copy full SHA for 6e925b0
tests/server/test_models.py
@@ -116,4 +116,4 @@ class TestBase(DeclarativeBase):
116
# Create with custom table name
117
CustomModel = create_push_notification_config_model('test_push_configs_2', TestBase)
118
assert CustomModel.__tablename__ == 'test_push_configs_2'
119
- assert 'test_push_configs_2' in CustomModel.__name__
+ assert CustomModel.__name__ == 'PushNotificationConfigModel_test_push_configs_2'
0 commit comments