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 5a8df54 commit 8755db7Copy full SHA for 8755db7
tests/test_declare.py
@@ -356,5 +356,7 @@ class Table_With_Underscores(dj.Manual):
356
"""
357
358
schema_any(TableNoUnderscores)
359
- with pytest.raises(dj.DataJointError, match="strict CamelCase") as e:
+ with pytest.raises(
360
+ dj.DataJointError, match="must be alphanumeric in CamelCase"
361
+ ) as e:
362
schema_any(Table_With_Underscores)
0 commit comments