Skip to content

Commit 6e925b0

Browse files
Update tests/server/test_models.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 64b35dd commit 6e925b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ class TestBase(DeclarativeBase):
116116
# Create with custom table name
117117
CustomModel = create_push_notification_config_model('test_push_configs_2', TestBase)
118118
assert CustomModel.__tablename__ == 'test_push_configs_2'
119-
assert 'test_push_configs_2' in CustomModel.__name__
119+
assert CustomModel.__name__ == 'PushNotificationConfigModel_test_push_configs_2'

0 commit comments

Comments
 (0)