Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scope db and python name #578

Merged
merged 10 commits into from
Feb 17, 2025
Prev Previous commit
fix pre-commit fail
  • Loading branch information
pstokkink committed Feb 17, 2025

Verified

This commit was signed with the committer’s verified signature.
commit c607ffda628d660e13a1e1a660c54c45e15e13bb
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
@@ -388,7 +388,7 @@ def test_scope_db_python_names():
assert scope_a.db_name == "scope_a"
assert scope_a.python_name == "scope_a"


def test_loading_scopes_from_dataset(schema_loader):
schema = schema_loader.get_dataset_from_file("metaschema2.json")

Loading